[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 diff --git a/drivers/media/dvb/dvb-usb/lmedm04.c b/drivers/media/dvb/d

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. >

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

2010-10-16 Thread tvbox
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 -Faster channel change. -support for LG tuner on LME2510C. -firmware switching for LG tuner. Signed-off-by: Malcolm P

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. > &

[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 http://mercurial.intuxication.org/hg/tvboxspy/summary ---

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 It is also in my own hg tree at http://mercurial.intuxicati

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

2010-09-02 Thread tvbox
c-kworld-315u.o \ rc-kworld-plus-tv-analog.o \ rc-lirc.o \ + rc-lme2510.o \ rc-manli.o \ rc-msi-tvanywhere.o \ rc-msi-tvanywhere-plus.o \ diff --git 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 diff --git a/drivers/media/dvb/frontends/stv0288.c b/drivers/media/dvb/frontends/stv0288.c ind

[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 diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig index cd7f9b7..3a7b8d5 100644 --- a/drivers/media/dvb/frontends/Kco

[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 diff --git a/linux/drivers/media/dvb/frontends/stv0288.c b/linux/drivers/media/dvb/frontends/s

[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 diff --git a/drivers/media/dvb/frontends/stv0288.c b/drivers/media/dvb/frontends index 2930a5d..b