diff options
author | Andrew de Quincy <devnull@localhost> | 2004-08-26 17:36:56 +0000 |
---|---|---|
committer | Andrew de Quincy <devnull@localhost> | 2004-08-26 17:36:56 +0000 |
commit | 743c0cb9646b60661e2b69252bd823ce1c4d849f (patch) | |
tree | 0b1a91932e2613de8bc50118dcb0e38dfdb39f65 /linux/drivers/media/dvb/frontends/sp887x.c | |
parent | 91ba2b1fb86350da268d00d6d6520ac70e880360 (diff) | |
download | mediapointer-dvb-s2-743c0cb9646b60661e2b69252bd823ce1c4d849f.tar.gz mediapointer-dvb-s2-743c0cb9646b60661e2b69252bd823ce1c4d849f.tar.bz2 |
Update everything to point to the new firmware download script
Diffstat (limited to 'linux/drivers/media/dvb/frontends/sp887x.c')
-rw-r--r-- | linux/drivers/media/dvb/frontends/sp887x.c | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/linux/drivers/media/dvb/frontends/sp887x.c b/linux/drivers/media/dvb/frontends/sp887x.c index 80ac0f13a..ad4d3787e 100644 --- a/linux/drivers/media/dvb/frontends/sp887x.c +++ b/linux/drivers/media/dvb/frontends/sp887x.c @@ -2,17 +2,10 @@ Driver for the Microtune 7202D Frontend */ -/* - This driver needs a copy of the Avermedia firmware. The version tested - is part of the Avermedia DVB-T 1.3.26.3 Application. If the software is - installed in Windoze the file will be in the /Program Files/AVerTV DVB-T/ - directory and is called sc_main.mc. Alternatively it can "extracted" from - the install cab files. - - Copy this file to '/usr/lib/hotplug/firmware/dvb-fe-sp887x.fw'. - - With this version of the file the first 10 bytes are discarded and the - next 0x4000 loaded. This may change in future versions. +/* + * This driver needs external firmware. Please use the command + * "<kerneldir>/Documentation/dvb/get_dvb_firmware sp887x" to + * download/extract it, and then copy it to /usr/lib/hotplug/firmware. */ #define SP887X_DEFAULT_FIRMWARE "dvb-fe-sp887x.fw" |