Skip to content

Commit

Permalink
[media] lmedm04: driver for DM04/QQBOX updated to version 1.60
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
Malcolm Priestley authored and Mauro Carvalho Chehab committed Oct 23, 2010
1 parent dda7ae7 commit ab599a6
Show file tree
Hide file tree
Showing 4 changed files with 243 additions and 103 deletions.
9 changes: 6 additions & 3 deletions Documentation/dvb/lmedm04.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,13 @@ and run

Other LG firmware can be extracted manually from US280D.sys
only found in windows/system32/driver.
However, this firmware does not run very well under Windows
or with the Linux driver.

dd if=US280D.sys ibs=1 skip=36856 count=3976 of=dvb-usb-lme2510-lg.fw
dd if=US280D.sys ibs=1 skip=42616 count=3668 of=dvb-usb-lme2510-lg.fw

for DM04 LME2510C (LG Tuner)
---------------------------

dd if=US280D.sys ibs=1 skip=35200 count=3850 of=dvb-usb-lme2510c-lg.fw

---------------------------------------------------------------------

Expand Down
1 change: 0 additions & 1 deletion drivers/media/dvb/dvb-usb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,5 @@ config DVB_USB_LME2510
select DVB_TDA826X if !DVB_FE_CUSTOMISE
select DVB_STV0288 if !DVB_FE_CUSTOMISE
select DVB_IX2505V if !DVB_FE_CUSTOMISE
depends on IR_CORE
help
Say Y here to support the LME DM04/QQBOX DVB-S USB2.0 .
Loading

0 comments on commit ab599a6

Please sign in to comment.