diff options
author | Andrew de Quincy <devnull@localhost> | 2004-01-30 16:40:41 +0000 |
---|---|---|
committer | Andrew de Quincy <devnull@localhost> | 2004-01-30 16:40:41 +0000 |
commit | 3e3a2ec29fa5dea15eed40cd7a67c8264f4ac614 (patch) | |
tree | d7b200dd9f9e06b8e48c5edc168e769e32bb238c /linux | |
parent | a248d346df73636a718357e294873fafd4f6d53d (diff) | |
download | mediapointer-dvb-s2-3e3a2ec29fa5dea15eed40cd7a67c8264f4ac614.tar.gz mediapointer-dvb-s2-3e3a2ec29fa5dea15eed40cd7a67c8264f4ac614.tar.bz2 |
Standardised where the firmware should be.
Diffstat (limited to 'linux')
-rw-r--r-- | linux/Documentation/dvb/firmware.txt | 2 | ||||
-rw-r--r-- | linux/drivers/media/dvb/frontends/tda1004x.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/linux/Documentation/dvb/firmware.txt b/linux/Documentation/dvb/firmware.txt index 3a85c0b5b..dff3c9fe6 100644 --- a/linux/Documentation/dvb/firmware.txt +++ b/linux/Documentation/dvb/firmware.txt @@ -20,7 +20,7 @@ current state: extracted from the Windows driver (Sc_main.mc). - tda1004x: firmware is loaded from path specified in DVB_TDA1004X_FIRMWARE_FILE kernel config - variable (default /etc/dvb/tda1004x.bin); the + variable (default /usr/lib/hotplug/firmware/tda1004x.bin); the firmware binary must be extracted from the windows driver - ttusb-dec: see "ttusb-dec.txt" for details diff --git a/linux/drivers/media/dvb/frontends/tda1004x.c b/linux/drivers/media/dvb/frontends/tda1004x.c index c9dc560cf..da5614058 100644 --- a/linux/drivers/media/dvb/frontends/tda1004x.c +++ b/linux/drivers/media/dvb/frontends/tda1004x.c @@ -22,7 +22,7 @@ /* This driver needs a copy of the DLL "ttlcdacc.dll" from the Haupauge or Technotrend - windows driver saved as '/usr/lib/hotplug/firmware/tda1004x.mc'. + windows driver saved as '/usr/lib/hotplug/firmware/tda1004x.bin'. You can also pass the complete file name with the module parameter 'tda1004x_firmware'. Currently the DLL from v2.15a of the technotrend driver is supported. Other versions can @@ -47,7 +47,7 @@ #include "dvb_functions.h" #ifndef DVB_TDA1004X_FIRMWARE_FILE -#define DVB_TDA1004X_FIRMWARE_FILE "/usr/lib/hotplug/firmware/tda1004x.mc" +#define DVB_TDA1004X_FIRMWARE_FILE "/usr/lib/hotplug/firmware/tda1004x.bin" #endif static int tda1004x_debug = 0; |