summaryrefslogtreecommitdiff
path: root/linux/Documentation/dvb/ttusb-dec.txt
diff options
context:
space:
mode:
authorAlex Woods <devnull@localhost>2004-01-04 22:07:57 +0000
committerAlex Woods <devnull@localhost>2004-01-04 22:07:57 +0000
commit539fe957e343be686be416ccf137396bca953e07 (patch)
tree1c485d88b18197077156cb4388b13c59b23bf3a7 /linux/Documentation/dvb/ttusb-dec.txt
parenteaef046bcb06617776887ce5876c3bc4ffb60f2d (diff)
downloadmediapointer-dvb-s2-539fe957e343be686be416ccf137396bca953e07.tar.gz
mediapointer-dvb-s2-539fe957e343be686be416ccf137396bca953e07.tar.bz2
Apply Hans-Frieder Vogt's patch for calculating firmware CRCs.
Update ttusb-dec docs accordingly. Add him to contributors file and correct a typo.
Diffstat (limited to 'linux/Documentation/dvb/ttusb-dec.txt')
-rw-r--r--linux/Documentation/dvb/ttusb-dec.txt16
1 files changed, 12 insertions, 4 deletions
diff --git a/linux/Documentation/dvb/ttusb-dec.txt b/linux/Documentation/dvb/ttusb-dec.txt
index e2fefb6dc..7e3f2beac 100644
--- a/linux/Documentation/dvb/ttusb-dec.txt
+++ b/linux/Documentation/dvb/ttusb-dec.txt
@@ -23,8 +23,16 @@ To Do:
Getting the Firmware
--------------------
-Currently, the driver only works with v2.15a of the firmware. The firmwares
-can be obtained in this way:
+The firmware can be found in the software update files on this page:
+http://www.hauppauge.de/sw_dec.htm
+
+The firmware for the DEC2000-t is called STB_PC_T.bin, and the firmware for
+the DEC3000-s is called STB_PC_S.bin.
+
+Note that firmware version 2.16 beta2 for the DEC2000-t has a bug that sets
+the device's USB id to that of the DEC3000-s, making it unusable.
+
+Instructions follow for retrieving version 2.15a of the firmware:
wget http://hauppauge.lightpath.net/de/dec215a.exe
unzip -j dec215a.exe Software/Oem/STB/App/Boot/STB_PC_T.bin
@@ -45,5 +53,5 @@ Hotplug Firmware Loading for 2.6 kernels
For 2.6 kernels the firmware is loaded at the point that the driver module is
loaded. See linux/Documentation/dvb/firmware.txt for more information.
-mv STB_PC_T.bin /usr/lib/hotplug/firmware/dvb-ttusb-dec-2000t-2.15a.fw
-mv STB_PC_S.bin /usr/lib/hotplug/firmware/dvb-ttusb-dec-3000s-2.15a.fw
+mv STB_PC_T.bin /usr/lib/hotplug/firmware/dvb-ttusb-dec-2000t.fw
+mv STB_PC_S.bin /usr/lib/hotplug/firmware/dvb-ttusb-dec-3000s.fw