From 58915ac9386f618879a8e23f6816c100ed40fad6 Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Tue, 27 Dec 2005 13:07:35 +0000 Subject: make the firmware dir documentation and comments consistent in the v4l-dvb tree. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ville Skyttä Signed-off-by: Michael Krufky --- linux/Documentation/dvb/avermedia.txt | 3 ++- linux/Documentation/dvb/get_dvb_firmware | 6 +++++- linux/Documentation/dvb/ttusb-dec.txt | 3 ++- 3 files changed, 9 insertions(+), 3 deletions(-) (limited to 'linux/Documentation/dvb') diff --git a/linux/Documentation/dvb/avermedia.txt b/linux/Documentation/dvb/avermedia.txt index 2dc260b2b..068070ff1 100644 --- a/linux/Documentation/dvb/avermedia.txt +++ b/linux/Documentation/dvb/avermedia.txt @@ -150,7 +150,8 @@ Getting the card going The frontend module sp887x.o, requires an external firmware. Please use the command "get_dvb_firmware sp887x" to download - it. Then copy it to /usr/lib/hotplug/firmware. + it. Then copy it to /usr/lib/hotplug/firmware or /lib/firmware/ + (depending on configuration of firmware hotplug). Receiving DVB-T in Australia diff --git a/linux/Documentation/dvb/get_dvb_firmware b/linux/Documentation/dvb/get_dvb_firmware index 08e96ff55..4e5e6a979 100644 --- a/linux/Documentation/dvb/get_dvb_firmware +++ b/linux/Documentation/dvb/get_dvb_firmware @@ -34,7 +34,11 @@ for ($i=0; $i < scalar(@components); $i++) { if ($cid eq $components[$i]) { $outfile = eval($cid); die $@ if $@; - print STDERR "Firmware $outfile extracted successfully. Now copy it to either /lib/firmware or /usr/lib/hotplug/firmware/ (depending on your hotplug version).\n"; + print STDERR <