diff options
author | Alex Woods <devnull@localhost> | 2004-01-10 01:11:17 +0000 |
---|---|---|
committer | Alex Woods <devnull@localhost> | 2004-01-10 01:11:17 +0000 |
commit | 7cac2bd195ef658e25808a8762c6b44ad11aa7fd (patch) | |
tree | b5efa96cc6489d0165664dd693c06700fe4c6d34 /linux/Documentation/dvb/ttusb-dec.txt | |
parent | c9fdc75ba37c65e6297b300ba8f30b6653ff147a (diff) | |
download | mediapointer-dvb-s2-7cac2bd195ef658e25808a8762c6b44ad11aa7fd.tar.gz mediapointer-dvb-s2-7cac2bd195ef658e25808a8762c6b44ad11aa7fd.tar.bz2 |
Handle the new firmwares that change the devices' USB IDs.
Tidy up the STB initialisation process a little.
Diffstat (limited to 'linux/Documentation/dvb/ttusb-dec.txt')
-rw-r--r-- | linux/Documentation/dvb/ttusb-dec.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/linux/Documentation/dvb/ttusb-dec.txt b/linux/Documentation/dvb/ttusb-dec.txt index 7e3f2beac..a844d8e09 100644 --- a/linux/Documentation/dvb/ttusb-dec.txt +++ b/linux/Documentation/dvb/ttusb-dec.txt @@ -29,14 +29,14 @@ 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. +Note that firmwares since version 2.16 beta2 for the DEC2000-t give the device +the USB ID of the DEC3000-s. The driver copes with this. -Instructions follow for retrieving version 2.15a of the firmware: +Instructions follow for retrieving version 2.16 of the firmware: -wget http://hauppauge.lightpath.net/de/dec215a.exe -unzip -j dec215a.exe Software/Oem/STB/App/Boot/STB_PC_T.bin -unzip -j dec215a.exe Software/Oem/STB/App/Boot/STB_PC_S.bin +wget http://hauppauge.lightpath.net/de/dec216.exe +unzip -j dec216.exe software/OEM/STB/App/Boot/STB_PC_T.bin +unzip -j dec216.exe software/OEM/STB/App/Boot/STB_PC_S.bin Compilation Notes for 2.4 kernels |