Re: Upstreaming syntek driver

2011-01-20 Thread Luca Tettamanti
On Wed, Jan 19, 2011 at 8:21 AM, Nicolas wrote: [...] > Now I have a new laptop. So I make only in sort that stk11xx works with new > kernel releases. > > Of course I can help you, provide USB logs... But I haven't the time to do > new developments. Annotated logs might be useful, but for the m

Re: Upstreaming syntek driver

2011-01-20 Thread Luca Tettamanti
On Tue, Jan 18, 2011 at 11:45 PM, Hans Verkuil wrote: [...] > After a quick scan through the sources in svn I found the following (in no > particular order): > > - Supports easycap model with ID 05e1:0408: a driver for this model is now >  in driver/staging/easycap. Can you elaborate? Is this the

Upstreaming syntek driver

2011-01-18 Thread Luca Tettamanti
Hello, I'm a "lucky" owner of a Syntek USB webcam (embedded on my Asus laptop); as you might know Nicolas (CC) wrote a driver for these cams[1][2], but it's still not included in mainline kernel. Since I'd rather save myself and the other users the pain of compiling an out-of-tree driver I'm offeri

Re: Avermedia dvb-t hybrid A188

2010-10-17 Thread Luca Tettamanti
On Sun, Oct 17, 2010 at 10:10 PM, Mauro Carvalho Chehab wrote: > I'm not sure why, but there are two drivers for saa716x chips, one out of the > tree > (never submitted upstream), and the otherone that were submited and is > already merged > at the kernel tree. > > The patch you've done is for t

Re: [PATCH 42/42] drivers/media/video/bt8xx: Adjust confusing if indentation

2010-08-05 Thread Luca Tettamanti
Hi, one minor comment: On Thu, Aug 5, 2010 at 10:29 PM, Julia Lawall wrote: > From: Julia Lawall > > Indent the branch of an if. [...] > diff --git a/drivers/media/video/bt8xx/bttv-i2c.c > b/drivers/media/video/bt8xx/bttv-i2c.c > index 685d659..695765c 100644 > --- a/drivers/media/video/bt8xx/b

Re: pinnacle pctv 7010ix and saa716x

2009-10-28 Thread Luca Tettamanti
On Wed, Oct 28, 2009 at 5:29 PM, Benjamin Valentin wrote: > lspci oddly recognizes the board as Pinnacle PCTV 3010iX, which only > has one tuner module. Probably not relevant to your problem, but my 3010iX has 2 tuners (hybrid, each can do DVB-T + analog). Luca -- To unsubscribe from this list:

[PATCH] saa716x: fix uninitialized splinlocks

2009-01-18 Thread Luca Tettamanti
Fix uninitialized spinlocks. Signed-off-by: Luca Tettamanti --- linux/drivers/media/dvb/dvb-core/dmxdev.c|1 + linux/drivers/media/dvb/saa716x/saa716x_hybrid.c |1 + 2 files changed, 2 insertions(+) Index: b/linux/drivers/media/dvb/dvb-core/dmxdev.c

[PATCH] saa716x: fix pointer cast to 32bit

2009-01-18 Thread Luca Tettamanti
Pointers may be 64bit long, casting them to u32 is wrong. For doing math on the address unsigned long is guaranteed to have to correct size to hold the value of the pointer. Signed-off-by: Luca Tettamanti --- linux/drivers/media/dvb/saa716x/saa716x_dma.c |6 +++--- 1 file changed, 3

Re: [linux-dvb] Cross-posting linux-media, linux-dvb etc

2009-01-16 Thread Luca Tettamanti
On Fri, Jan 16, 2009 at 4:52 PM, Benny Amorsen wrote: > Mike Isely writes: > >> Amen to that. I've been telling people to go over to linux-media, but >> old habits are hard to break. It's time to actually make a clean break >> from the old lists. > > Is linux-media available on gmane? Yup, her

Re: [linux-dvb] Pinnacle dual Hybrid pro PCI-express - linuxTV!

2009-01-15 Thread Luca Tettamanti
On Thu, Jan 15, 2009 at 5:10 PM, Catimimi wrote: > Luca Tettamanti a écrit : > > Of course ;-) The PCI ID of the card is not listed. I happen to have > > the same card, you can add the ID to the list but note that the > > frontend is not there yet... so the module will

Re: [linux-dvb] Pinnacle dual Hybrid pro PCI-express - linuxTV!

2009-01-15 Thread Luca Tettamanti
On Wed, Jan 14, 2009 at 10:28 AM, Catimimi wrote: > try without the ".ko", i.e. instead, use: > > modprobe saa716x_hybrid > > OK, shame on me, it works but nothing happens. Of course ;-) The PCI ID of the card is not listed. I happen to have the same card, you can add the ID to the list but note