diff options
author | Michael Hunold <devnull@localhost> | 2004-06-22 14:59:52 +0000 |
---|---|---|
committer | Michael Hunold <devnull@localhost> | 2004-06-22 14:59:52 +0000 |
commit | b7ef74a78a3e2ce1daea3d3cbf41c6f5aa43b0ae (patch) | |
tree | 4841c8985c9a0ed4c298b442da22bd5e2b6b308c /linux/drivers/media/dvb/frontends | |
parent | 0be6d583d9e47196cfb423dd6b1ee4577caf3bd4 (diff) | |
download | mediapointer-dvb-s2-b7ef74a78a3e2ce1daea3d3cbf41c6f5aa43b0ae.tar.gz mediapointer-dvb-s2-b7ef74a78a3e2ce1daea3d3cbf41c6f5aa43b0ae.tar.bz2 |
- add a more descriptive comment about the firmware
Diffstat (limited to 'linux/drivers/media/dvb/frontends')
-rw-r--r-- | linux/drivers/media/dvb/frontends/alps_tdlb7.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/frontends/alps_tdlb7.c b/linux/drivers/media/dvb/frontends/alps_tdlb7.c index ff3cfe3e6..4ddd7d863 100644 --- a/linux/drivers/media/dvb/frontends/alps_tdlb7.c +++ b/linux/drivers/media/dvb/frontends/alps_tdlb7.c @@ -21,9 +21,12 @@ */ /* - This driver needs a copy of the firmware file from the Haupauge + This driver needs a copy of the firmware file from the Technotrend Windoze driver. - + + This page is worth a look: + http://www.heise.de/ct/ftp/projekte/vdr/firmware.shtml + Copy 'Sc_main.mc' to '/usr/lib/hotplug/firmware/dvb-fe-tdlb7.fw'. */ #define SP887X_DEFAULT_FIRMWARE "dvb-fe-tdlb7.fw" |