diff options
author | Malcolm Priestley <tvboxspy@gmail.com> | 2010-10-16 15:44:43 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-10-22 20:22:47 -0400 |
commit | ab599a6d474e0dd4db3557a46dd15cff6e126d0b (patch) | |
tree | f1271d31ecd1c247f76cab8cec18f03714c7acbe /Documentation/dvb | |
parent | dda7ae789f1d9b0c2528f7abc37f4316f8fa1e0f (diff) |
[media] lmedm04: driver for DM04/QQBOX updated to version 1.60
These include
-later kill of usb_buffer to avoid kernel crash on hot unplugging.
-DiSEqC functions.
-LNB Power switch
-Faster channel change.
-support for LG tuner on LME2510C.
-firmware switching for LG tuner.
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation/dvb')
-rw-r--r-- | Documentation/dvb/lmedm04.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Documentation/dvb/lmedm04.txt b/Documentation/dvb/lmedm04.txt index 4bde457fafc4..e175784b89bf 100644 --- a/Documentation/dvb/lmedm04.txt +++ b/Documentation/dvb/lmedm04.txt | |||
@@ -45,10 +45,13 @@ and run | |||
45 | 45 | ||
46 | Other LG firmware can be extracted manually from US280D.sys | 46 | Other LG firmware can be extracted manually from US280D.sys |
47 | only found in windows/system32/driver. | 47 | only found in windows/system32/driver. |
48 | However, this firmware does not run very well under Windows | ||
49 | or with the Linux driver. | ||
50 | 48 | ||
51 | dd if=US280D.sys ibs=1 skip=36856 count=3976 of=dvb-usb-lme2510-lg.fw | 49 | dd if=US280D.sys ibs=1 skip=42616 count=3668 of=dvb-usb-lme2510-lg.fw |
50 | |||
51 | for DM04 LME2510C (LG Tuner) | ||
52 | --------------------------- | ||
53 | |||
54 | dd if=US280D.sys ibs=1 skip=35200 count=3850 of=dvb-usb-lme2510c-lg.fw | ||
52 | 55 | ||
53 | --------------------------------------------------------------------- | 56 | --------------------------------------------------------------------- |
54 | 57 | ||