Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

V4L/DVB (3242): make the firmware dir docs consistent in the v4l-dvb tree.


- make the firmware dir documentation and comments consistent in the v4l-dvb tree.

Signed-off-by: Ville Skytt� <ville.skytta@iki.fi>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>

authored by

Ville Skytt\� and committed by
Mauro Carvalho Chehab
12e66f65 90200d2b

+32 -16
+2 -1
Documentation/dvb/avermedia.txt
··· 150 150 151 151 The frontend module sp887x.o, requires an external firmware. 152 152 Please use the command "get_dvb_firmware sp887x" to download 153 - it. Then copy it to /usr/lib/hotplug/firmware. 153 + it. Then copy it to /usr/lib/hotplug/firmware or /lib/firmware/ 154 + (depending on configuration of firmware hotplug). 154 155 155 156 Receiving DVB-T in Australia 156 157
+5 -1
Documentation/dvb/get_dvb_firmware
··· 34 34 if ($cid eq $components[$i]) { 35 35 $outfile = eval($cid); 36 36 die $@ if $@; 37 - print STDERR "Firmware $outfile extracted successfully. Now copy it to either /lib/firmware or /usr/lib/hotplug/firmware/ (depending on your hotplug version).\n"; 37 + print STDERR <<EOF; 38 + Firmware $outfile extracted successfully. 39 + Now copy it to either /usr/lib/hotplug/firmware or /lib/firmware 40 + (depending on configuration of firmware hotplug). 41 + EOF 38 42 exit(0); 39 43 } 40 44 }
+2 -1
Documentation/dvb/ttusb-dec.txt
··· 41 41 For 2.6 kernels the firmware is loaded at the point that the driver module is 42 42 loaded. See linux/Documentation/dvb/firmware.txt for more information. 43 43 44 - Copy the three files downloaded above into the /usr/lib/hotplug/firmware directory. 44 + Copy the three files downloaded above into the /usr/lib/hotplug/firmware or 45 + /lib/firmware directory (depending on configuration of firmware hotplug).
+6 -3
drivers/media/dvb/frontends/Kconfig
··· 64 64 65 65 This driver needs external firmware. Please use the command 66 66 "<kerneldir>/Documentation/dvb/get_dvb_firmware sp8870" to 67 - download/extract it, and then copy it to /usr/lib/hotplug/firmware. 67 + download/extract it, and then copy it to /usr/lib/hotplug/firmware 68 + or /lib/firmware (depending on configuration of firmware hotplug). 68 69 69 70 config DVB_SP887X 70 71 tristate "Spase sp887x based" ··· 76 75 77 76 This driver needs external firmware. Please use the command 78 77 "<kerneldir>/Documentation/dvb/get_dvb_firmware sp887x" to 79 - download/extract it, and then copy it to /usr/lib/hotplug/firmware. 78 + download/extract it, and then copy it to /usr/lib/hotplug/firmware 79 + or /lib/firmware (depending on configuration of firmware hotplug). 80 80 81 81 config DVB_CX22700 82 82 tristate "Conexant CX22700 based" ··· 107 105 This driver needs external firmware. Please use the commands 108 106 "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10045", 109 107 "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10046" to 110 - download/extract them, and then copy them to /usr/lib/hotplug/firmware. 108 + download/extract them, and then copy them to /usr/lib/hotplug/firmware 109 + or /lib/firmware (depending on configuration of firmware hotplug). 111 110 112 111 config DVB_NXT6000 113 112 tristate "NxtWave Communications NXT6000 based"
+2 -1
drivers/media/dvb/frontends/nxt2002.c
··· 22 22 /* 23 23 * This driver needs external firmware. Please use the command 24 24 * "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2002" to 25 - * download/extract it, and then copy it to /usr/lib/hotplug/firmware. 25 + * download/extract it, and then copy it to /usr/lib/hotplug/firmware 26 + * or /lib/firmware (depending on configuration of firmware hotplug). 26 27 */ 27 28 #define NXT2002_DEFAULT_FIRMWARE "dvb-fe-nxt2002.fw" 28 29 #define CRC_CCIT_MASK 0x1021
+2 -1
drivers/media/dvb/frontends/or51211.c
··· 25 25 /* 26 26 * This driver needs external firmware. Please use the command 27 27 * "<kerneldir>/Documentation/dvb/get_dvb_firmware or51211" to 28 - * download/extract it, and then copy it to /usr/lib/hotplug/firmware. 28 + * download/extract it, and then copy it to /usr/lib/hotplug/firmware 29 + * or /lib/firmware (depending on configuration of firmware hotplug). 29 30 */ 30 31 #define OR51211_DEFAULT_FIRMWARE "dvb-fe-or51211.fw" 31 32
+2 -1
drivers/media/dvb/frontends/sp8870.c
··· 22 22 /* 23 23 * This driver needs external firmware. Please use the command 24 24 * "<kerneldir>/Documentation/dvb/get_dvb_firmware alps_tdlb7" to 25 - * download/extract it, and then copy it to /usr/lib/hotplug/firmware. 25 + * download/extract it, and then copy it to /usr/lib/hotplug/firmware 26 + * or /lib/firmware (depending on configuration of firmware hotplug). 26 27 */ 27 28 #define SP8870_DEFAULT_FIRMWARE "dvb-fe-sp8870.fw" 28 29
+2 -1
drivers/media/dvb/frontends/sp887x.c
··· 5 5 /* 6 6 * This driver needs external firmware. Please use the command 7 7 * "<kerneldir>/Documentation/dvb/get_dvb_firmware sp887x" to 8 - * download/extract it, and then copy it to /usr/lib/hotplug/firmware. 8 + * download/extract it, and then copy it to /usr/lib/hotplug/firmware 9 + * or /lib/firmware (depending on configuration of firmware hotplug). 9 10 */ 10 11 #define SP887X_DEFAULT_FIRMWARE "dvb-fe-sp887x.fw" 11 12
+2 -1
drivers/media/dvb/frontends/tda1004x.c
··· 23 23 * This driver needs external firmware. Please use the commands 24 24 * "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10045", 25 25 * "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10046" to 26 - * download/extract them, and then copy them to /usr/lib/hotplug/firmware. 26 + * download/extract them, and then copy them to /usr/lib/hotplug/firmware 27 + * or /lib/firmware (depending on configuration of firmware hotplug). 27 28 */ 28 29 #define TDA10045_DEFAULT_FIRMWARE "dvb-fe-tda10045.fw" 29 30 #define TDA10046_DEFAULT_FIRMWARE "dvb-fe-tda10046.fw"
+2 -1
drivers/media/dvb/ttpci/Kconfig
··· 20 20 21 21 This driver needs an external firmware. Please use the script 22 22 "<kerneldir>/Documentation/dvb/get_dvb_firmware av7110" to 23 - download/extract it, and then copy it to /usr/lib/hotplug/firmware. 23 + download/extract it, and then copy it to /usr/lib/hotplug/firmware 24 + or /lib/firmware (depending on configuration of firmware hotplug). 24 25 25 26 Say Y if you own such a card and want to use it. 26 27
+3 -3
drivers/media/dvb/ttpci/av7110.c
··· 1494 1494 if (ret == -ENOENT) { 1495 1495 printk(KERN_ERR "dvb-ttpci: could not load firmware," 1496 1496 " file not found: dvb-ttpci-01.fw\n"); 1497 - printk(KERN_ERR "dvb-ttpci: usually this should be in" 1498 - " /usr/lib/hotplug/firmware\n"); 1499 - printk(KERN_ERR "dvb-ttpci: and can be downloaded here" 1497 + printk(KERN_ERR "dvb-ttpci: usually this should be in " 1498 + "/usr/lib/hotplug/firmware or /lib/firmware\n"); 1499 + printk(KERN_ERR "dvb-ttpci: and can be downloaded from" 1500 1500 " http://www.linuxtv.org/download/dvb/firmware/\n"); 1501 1501 } else 1502 1502 printk(KERN_ERR "dvb-ttpci: cannot request firmware"
+2 -1
drivers/media/dvb/ttusb-dec/Kconfig
··· 16 16 "<kerneldir>/Documentation/dvb/get_dvb_firmware dec2000t", 17 17 "<kerneldir>/Documentation/dvb/get_dvb_firmware dec2540t", 18 18 "<kerneldir>/Documentation/dvb/get_dvb_firmware dec3000s", 19 - download/extract them, and then copy them to /usr/lib/hotplug/firmware. 19 + download/extract them, and then copy them to /usr/lib/hotplug/firmware 20 + or /lib/firmware (depending on configuration of firmware hotplug). 20 21 21 22 Say Y if you own such a device and want to use it.