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
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
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
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
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
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:
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
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
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
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
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
11 matches
Mail list logo