diff options
author | Michael Hunold <devnull@localhost> | 2004-01-06 14:56:19 +0000 |
---|---|---|
committer | Michael Hunold <devnull@localhost> | 2004-01-06 14:56:19 +0000 |
commit | 94169a835ba512abebc0777863a9b1f08c41dc7f (patch) | |
tree | e23922076819d653d9ebb24adf2f61d7f15b9407 /linux/drivers/media/dvb/frontends/tda1004x.c | |
parent | 60b7466865a3797898310ded1597588d956d6214 (diff) | |
download | mediapointer-dvb-s2-94169a835ba512abebc0777863a9b1f08c41dc7f.tar.gz mediapointer-dvb-s2-94169a835ba512abebc0777863a9b1f08c41dc7f.tar.bz2 |
- fix compilation with "make allyesconfig": make av7110
compile-firmware-in-driver option depend on STANDALONE
- change some default file locations from /etc/dvb/ to
/usr/lib/hotplug/firmware/
Diffstat (limited to 'linux/drivers/media/dvb/frontends/tda1004x.c')
-rw-r--r-- | linux/drivers/media/dvb/frontends/tda1004x.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/frontends/tda1004x.c b/linux/drivers/media/dvb/frontends/tda1004x.c index 90139d573..1160822a3 100644 --- a/linux/drivers/media/dvb/frontends/tda1004x.c +++ b/linux/drivers/media/dvb/frontends/tda1004x.c @@ -20,7 +20,7 @@ /* This driver needs a copy of the DLL "ttlcdacc.dll" from the Haupauge or Technotrend - windows driver saved as '/etc/dvb/tda1004x.mc'. + windows driver saved as '/usr/lib/hotplug/firmware/tda1004x.mc'. 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 @@ -45,7 +45,7 @@ #include "dvb_functions.h" #ifndef DVB_TDA1004X_FIRMWARE_FILE -#define DVB_TDA1004X_FIRMWARE_FILE "/etc/dvb/tda1004x.mc" +#define DVB_TDA1004X_FIRMWARE_FILE "/usr/lib/hotplug/firmware/tda1004x.mc" #endif static int tda1004x_debug = 0; |