diff options
author | Alex Woods <devnull@localhost> | 2004-01-13 22:52:22 +0000 |
---|---|---|
committer | Alex Woods <devnull@localhost> | 2004-01-13 22:52:22 +0000 |
commit | 08b9a6d74ea0b8105936ccfbb8265b1bda5867f4 (patch) | |
tree | 22e47970376b5ca557761ee6b0fdbf3f11f4eea2 /linux/Documentation/dvb/ttusb-dec.txt | |
parent | 92090b9c5a4c691e6b6a58aab4855adac20ffa47 (diff) | |
download | mediapointer-dvb-s2-08b9a6d74ea0b8105936ccfbb8265b1bda5867f4.tar.gz mediapointer-dvb-s2-08b9a6d74ea0b8105936ccfbb8265b1bda5867f4.tar.bz2 |
Fix USB timeout bug under 2.6.
Use standard naming scheme firmwares for 2.4 build and update docs accordingly.
Diffstat (limited to 'linux/Documentation/dvb/ttusb-dec.txt')
-rw-r--r-- | linux/Documentation/dvb/ttusb-dec.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/Documentation/dvb/ttusb-dec.txt b/linux/Documentation/dvb/ttusb-dec.txt index 1eca96907..b8e24995c 100644 --- a/linux/Documentation/dvb/ttusb-dec.txt +++ b/linux/Documentation/dvb/ttusb-dec.txt @@ -49,9 +49,9 @@ For 2.4 kernels the firmware for the DECs is compiled into the driver itself. The firmwares are expected to be in the build-2.4 directory at compilation time. -mv STB_PC_T.bin build-2.4/dec2000t.bin -mv STB_PC_X.bin build-2.4/dec2540t.bin -mv STB_PC_S.bin build-2.4/dec3000s.bin +mv STB_PC_T.bin build-2.4/dvb-ttusb-dec-2000t.fw +mv STB_PC_X.bin build-2.4/dvb-ttusb-dec-2540t.fw +mv STB_PC_S.bin build-2.4/dvb-ttusb-dec-3000s.fw Hotplug Firmware Loading for 2.6 kernels |