Re: [PATCH] Support for Legend Silicon LGS8913/LGS8GL5/LGS8GXX China DMB-TH digital demodulator

2009-04-06 Thread Mauro Carvalho Chehab
On Tue, 31 Mar 2009 00:54:49 -0400 Devin Heitmueller devin.heitmuel...@gmail.com wrote: On Tue, Mar 17, 2009 at 11:55 AM, David Wong davidtlw...@gmail.com wrote: This patch contains the unified driver for Legend Silicon LGS8913 and LGS8GL5. It should replace lgs8gl5.c in media/dvb/frontends

Re: [PATCH] Support for Legend Silicon LGS8913/LGS8GL5/LGS8GXX China DMB-TH digital demodulator

2009-04-06 Thread Timothy Lee
Dear Mauro, I wrote the original lgs8gl5 driver by reverse-engineering my USB TV stick using UsbSnoop. I've been working together with David to make sure his lgs8gxx driver works with my TV stick, so yes, the generic driver actually works. :) Regards, Timothy Lee On 04/07/2009 01:44 AM,

Re: [PATCH] Support for Legend Silicon LGS8913/LGS8GL5/LGS8GXX China DMB-TH digital demodulator

2009-04-06 Thread Mauro Carvalho Chehab
On Tue, 07 Apr 2009 08:54:04 +0800 Timothy Lee timothy@siriushk.com wrote: Dear Mauro, I wrote the original lgs8gl5 driver by reverse-engineering my USB TV stick using UsbSnoop. I've been working together with David to make sure his lgs8gxx driver works with my TV stick, so yes,

Re: [PATCH] Support for Legend Silicon LGS8913/LGS8GL5/LGS8GXX China DMB-TH digital demodulator

2009-04-01 Thread David Wong
Resubmit after code clean up. This patch contains the unified driver for Legend Silicon LGS8913 and LGS8GL5. It should replace lgs8gl5.c in media/dvb/frontends in the future. Signed-off-by: David T.L. Wong davidtlw...@gmail.com On Fri, Mar 27, 2009 at 5:57 PM, Mauro Carvalho Chehab

Re: [PATCH] Support for Legend Silicon LGS8913/LGS8GL5/LGS8GXX China DMB-TH digital demodulator

2009-03-30 Thread Devin Heitmueller
On Tue, Mar 17, 2009 at 11:55 AM, David Wong davidtlw...@gmail.com wrote: This patch contains the unified driver for Legend Silicon LGS8913 and LGS8GL5. It should replace lgs8gl5.c in media/dvb/frontends David T.L. Wong David, The questions you posed tonight on a separate thread about making

Re: [PATCH] Support for Legend Silicon LGS8913/LGS8GL5/LGS8GXX China DMB-TH digital demodulator

2009-03-30 Thread David Wong
Devin The unified LGS8GXX driver surely work on some DMB-TH devices I have. They are: TECHGEAR HDTVC USB (also for MagicPro ProHDTV USB as they are the same hardware with same USB ID) ASUS U3100 Mini DMB-TH USB Timothy Lee tested with this unified driver for his MagicPro ProHDTV USB too. ASUS

Re: [PATCH] Support for Legend Silicon LGS8913/LGS8GL5/LGS8GXX China DMB-TH digital demodulator

2009-03-27 Thread Mauro Carvalho Chehab
On Tue, 17 Mar 2009 23:55:05 +0800 David Wong davidtlw...@gmail.com wrote: +#undef USE_FAKE_SIGNAL_STRENGTH Hmm... why do you need this upstream? Is the signal strength working? If so, just remove this test code. + +static void lgs8gxx_auto_lock(struct lgs8gxx_state *priv); I don't see why

Re: [PATCH] Support for Legend Silicon LGS8913/LGS8GL5/LGS8GXX China DMB-TH digital demodulator

2009-03-27 Thread David Wong
On Fri, Mar 27, 2009 at 5:57 PM, Mauro Carvalho Chehab mche...@infradead.org wrote: On Tue, 17 Mar 2009 23:55:05 +0800 David Wong davidtlw...@gmail.com wrote: +#undef USE_FAKE_SIGNAL_STRENGTH Hmm... why do you need this upstream? Is the signal strength working? If so, just remove this test