X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=fwcutter%2Ffwcutter.c;fp=fwcutter%2Ffwcutter.c;h=c4b4af7674d5b0ee39469295b1b5add6fa4fd130;hb=0ed1d91f9f40755769c79de5a2aff896cf0b2d0e;hp=fb51beb04df87fd6c4c3c14e909268b5893a4173;hpb=3f723ef8180329e5ca5f750e12a278191053af66;p=b43-tools.git diff --git a/fwcutter/fwcutter.c b/fwcutter/fwcutter.c index fb51beb..c4b4af7 100644 --- a/fwcutter/fwcutter.c +++ b/fwcutter/fwcutter.c @@ -439,6 +439,8 @@ static void print_file(const struct file *file) printf("%s\t", file->ucode_version); if (strlen(file->ucode_version) < 8) printf("\t"); + printf("%s\t", file->id); + printf("%s\n", file->md5); } @@ -448,10 +450,16 @@ static void print_supported_files(void) print_banner(); printf("\nExtracting firmware is possible " - "from these binary driver files:\n\n"); + "from these binary driver files.\n" + "The column shows the unique identifier string " + "for your firmware.\nYou must select the firmware with the " + "same ID as printed by the kernel driver on modprobe.\n" + "Note that only recent drivers print such a message on modprobe.\n" + "Please read http://linuxwireless.org/en/users/Drivers/b43#devicefirmware\n\n"); printf("\t" "\t\t" "\t" + "\t" "\n\n"); /* print for legacy driver first */ for (i = 0; i < FILES; i++)