[PATCH] [UPDATE_for_2.6.37] DM04/QQBOX USB DVB-S BOXES to version 1.70

2010-10-27 Thread tvbox
Updated driver for DM04/QQBOX USB DVB-S BOXES to version 1.70 Improved frontend handling. Frontend now remains open at all times, with signal lock, snr signal level polled from Interupt. Signed-off-by: Malcolm Priestley tvbox...@gmail.com diff --git a/drivers/media/dvb/dvb-usb/lmedm04.c b

Re: [PATCH][UPDATE for 2.6.37] LME2510(C) DM04/QQBOX USB DVB-S BOXES

2010-10-23 Thread tvbox
On Fri, 2010-10-22 at 22:24 -0200, Mauro Carvalho Chehab wrote: Em 16-10-2010 16:44, tvbox escreveu: Updated driver for DM04/QQBOX USB DVB-S BOXES to version 1.60 These include -later kill of usb_buffer to avoid kernel crash on hot unplugging. -DiSEqC functions. -LNB Power switch

[PATCH][UPDATE for 2.6.37] LME2510(C) DM04/QQBOX USB DVB-S BOXES

2010-10-16 Thread tvbox
Priestley tvbox...@gmail.com diff --git a/Documentation/dvb/lmedm04.txt b/Documentation/dvb/lmedm04.txt index 4bde457..e175784 100644 --- a/Documentation/dvb/lmedm04.txt +++ b/Documentation/dvb/lmedm04.txt @@ -45,10 +45,13 @@ and run Other LG firmware can be extracted manually from US280D.sys

Re: [PATCH] Support or LME2510(C) DM04/QQBOX USB DVB-S BOXES.

2010-10-14 Thread tvbox
On Thu, 2010-10-14 at 13:17 -0300, Mauro Carvalho Chehab wrote: Em 13-10-2010 16:10, Antti Palosaari escreveu: On 09/02/2010 11:29 PM, tvbox wrote: DM04/QQBOX DVB-S USB BOX with LME2510C+SHARP:BS2F7HZ7395 or LME2510+LGTDQT-P001F tuner. +config DVB_USB_LME2510 +tristate LME DM04

[PATCH]UPDATE for LME2510(C) DM04/QQBOX USB DVB-S BOXES.

2010-10-06 Thread tvbox
Updated driver for DM04/QQBOX USB DVB-S BOXES to version 1.50 These include -later kill of usb_buffer to avoid kernel crash on hot unplugging. -DiSEqC functions. -LNB Power switch -Faster channel change. Signed-off-by: Malcolm Priestley tvbox...@gmail.com http://mercurial.intuxication.org/hg

Re: [PATCH] DiSEqC bug fixed for stv0288 based interfaces

2010-09-26 Thread tvbox
Hi Josef This patch does work and has been tested in my driver. However, your patch was still corrupt, here is a cleaned up version. I have had to shorten some quotes in some lines to within 80 characters Tested-by: Malcolm Priestley tvbox...@gmail.com It is also in my own hg tree at http

[PATCH] Support or LME2510(C) DM04/QQBOX USB DVB-S BOXES.

2010-09-02 Thread tvbox
-a4c762698bcb. Patch 116279 also needs to be applied. Signed-off-by: Malcolm Priestley tvbox...@gmail.com diff --git a/Documentation/dvb/get_dvb_firmware b/Documentation/dvb/get_dvb_firmware index 239cbdb..f9f8b50 100755 --- a/Documentation/dvb/get_dvb_firmware +++ b/Documentation/dvb/get_dvb_firmware

[PATCH]STV0288 Incorrect bit sample for Vitterbi status.

2010-08-28 Thread tvbox
bit 3(LK) indicates that the Vstatus is locked. Currently using bit 7(CF) which is usually present, results in early aborted search in FEC_AUTO and missing channels. Signed-off-by: Malcolm Priestley tvbox...@gmail.com diff --git a/linux/drivers/media/dvb/frontends/stv0288.c b/linux/drivers

[PATCH] Support for Sharp IX2505V (marked B0017) DVB-S silicon tuner

2010-08-28 Thread tvbox
Tuner used in Sharp BS2F7VZ7395 dvbs module. When ix2505v tuner is attached to stv0288 form this module. Signed-off-by: Malcolm Priestley tvbox...@gmail.com diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig index cd7f9b7..3a7b8d5 100644 --- a/drivers

[PATCH]STV0288 Incorrect bit sample for Vitterbi status.

2010-08-28 Thread tvbox
bit 3(LK) indicates that the Vstatus is locked. Currently using bit 7(CF) which is usually present, results in early aborted search in FEC_AUTO and missing channels. Signed-off-by: Malcolm Priestley tvbox...@gmail.com diff --git a/drivers/media/dvb/frontends/stv0288.c b/drivers/media/dvb

[PATCH]STV0288 Incorrect bit sample for Vitterbi status.

2010-08-23 Thread tvbox
bit 3(LK) indicates that the Vstatus is locked. Currently using bit 7(CF) which is usually present, results in early aborted search in FEC_AUTO and missing channels. Signed-off-by: Malcolm Priestley tvbox...@gmail.com diff --git a/drivers/media/dvb/frontends/stv0288.c b/drivers/media/dvb