From 539fe957e343be686be416ccf137396bca953e07 Mon Sep 17 00:00:00 2001 From: Alex Woods Date: Sun, 4 Jan 2004 22:07:57 +0000 Subject: Apply Hans-Frieder Vogt's patch for calculating firmware CRCs. Update ttusb-dec docs accordingly. Add him to contributors file and correct a typo. --- linux/Documentation/dvb/contributors.txt | 6 +++++- linux/Documentation/dvb/ttusb-dec.txt | 16 ++++++++++++---- 2 files changed, 17 insertions(+), 5 deletions(-) (limited to 'linux/Documentation') diff --git a/linux/Documentation/dvb/contributors.txt b/linux/Documentation/dvb/contributors.txt index 923d937cd..86c9270da 100644 --- a/linux/Documentation/dvb/contributors.txt +++ b/linux/Documentation/dvb/contributors.txt @@ -8,7 +8,7 @@ Christian Theiss Marcus Metzler Ralph Metzler - for their contining work on the DVB driver + for their continuing work on the DVB driver Michael Holzt for his contributions to the dvb-net driver @@ -58,5 +58,9 @@ Davor Emard for his work on the budget drivers, the demux code, the module unloading problems, ... +Hans-Frieder Vogt + for his work on calculating and checking the crc's for the + TechnoTrend/Hauppauge DEC driver firmware + (If you think you should be in this list, but you are not, drop a line to the DVB mailing list) 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 -- cgit v1.2.3