Re: [PATCH] tw9910: color format check is added on set_fmt

2009-02-01 Thread morimoto . kuninori
Dear Guennadi > > If you think this patch is unnecessary, > > please ignore it. > > Could you please test whether you indeed can get an unsupported format in > your driver. If so, this is a bug at a higher level and we'll have to fix > it there. I'll drop this patch for now. tw9910 driver can

Re: [PATCH] tw9910: color format check is added on set_fmt

2009-02-01 Thread Guennadi Liakhovetski
On Mon, 2 Feb 2009, morimoto.kunin...@renesas.com wrote: > > > Signed-off-by: Kuninori Morimoto > > > > Why is this needed? Do you see any possibility for tw9910 to be called > > with an unsupported format? > > for example, > capture_example -f use V4L2_PIX_FMT_YUYV. > but tw9910 support only

Re: [PATCH] sh_mobile_ceu: SOCAM flags are prepared at itself.

2009-02-01 Thread Guennadi Liakhovetski
On Mon, 2 Feb 2009, morimoto.kunin...@renesas.com wrote: > > > Guys, are you both sure this should be SLAVE, not MASTER? Have you tested > > > it? Both tw9910 and ov772x register themselves as MASTER and from the > > Of course I tested it. Yes, as I said, I have overseen the fact, that soc-cam

Re: [PATCH 2/2] sh_mobile_ceu: Add FLDPOL operation

2009-02-01 Thread Guennadi Liakhovetski
On Mon, 2 Feb 2009, morimoto.kunin...@renesas.com wrote: > > > + value |= common_flags & SOCAM_FLDPOL_ACTIVE_LOW ? 1 << 16 : 0; > > > value |= common_flags & SOCAM_VSYNC_ACTIVE_LOW ? 1 << 1 : 0; > > > value |= common_flags & SOCAM_HSYNC_ACTIVE_LOW ? 1 << 0 : 0; > > > value |= buswidth == 16

Re: CinergyT2 not working with newer alternative driver

2009-02-01 Thread Jason Harvey
Thierry Merle wrote: Jason Harvey wrote: Thierry Merle wrote: Hi Jason, Jason Harvey wrote: I have been successfully using VDR with two CinergyT2s for 18 months. After adding a Hauppage NOVA-S2-HD I updated my v4l-dvb drivers hoping to get S2 capability and test a newer VDR fo

Re: CinergyT2 not working with newer alternative driver

2009-02-01 Thread Thierry Merle
Jason Harvey wrote: > Thierry Merle wrote: >> Hi Jason, >> Jason Harvey wrote: >> >>> I have been successfully using VDR with two CinergyT2s for 18 months. >>> After adding a Hauppage NOVA-S2-HD I updated my v4l-dvb drivers hoping >>> to get S2 capability and test a newer VDR for HD reception. >>

Re: [REVIEW PATCH 13/14] OMAP: CAM: Add DW9710 Lens Driver

2009-02-01 Thread Alexey Klimov
Hello, guys Sorry me, answering to old letter. May i suggest two small points described below ? On Mon, 2009-01-12 at 20:03 -0600, Aguirre Rodriguez, Sergio Alberto wrote: > This adds the DW9710 Lens driver > > Signed-off-by: Sergio Aguirre > --- > drivers/media/video/Kconfig |8 + >

Re: [BUG] changeset 9029 (http://linuxtv.org/hg/v4l-dvb/rev/aa3e5cc1d833)

2009-02-01 Thread Andy Walls
On Mon, 2009-02-02 at 02:46 +0100, e9hack wrote: > Hi, > > this change set is wrong. The affected functions cannot be called from an > interrupt > context, because they may process large buffers. In this case, interrupts are > disabled for > a long time. Functions, like dvb_dmx_swfilter_packets(

kernel-2.6.28 probs

2009-02-01 Thread Robert Golding
Hi all, I have been trying to get my box's dvb card working in kernel 2.6.28 and have had only failures so far. It all works quite well in 2.6.27, just doesn't seem to want lock onto channels when using updated kernel. I have tried 2.6.28 with the inbuilt drivers as well as the latest hg drivers

[BUG] changeset 9029 (http://linuxtv.org/hg/v4l-dvb/rev/aa3e5cc1d833)

2009-02-01 Thread e9hack
Hi, this change set is wrong. The affected functions cannot be called from an interrupt context, because they may process large buffers. In this case, interrupts are disabled for a long time. Functions, like dvb_dmx_swfilter_packets(), could be called only from a tasklet. This change set does h

TinyTwin (af9015) - tuner 0 not working

2009-02-01 Thread Lindsay Mathieson
I've had a DigitalNow TinyTwin dual usb tuner working on my mythbox for a week now (latest v4l-dvb trunk). A odd problem with the tuner has surfaced. Today Tuner 0 stopped getting a lock on any channel. Signal strength is 95%+, Bit Errors are Zero. However Tuner 1 is locking on and displaying cha

Re: [PATCH 2/2] sh_mobile_ceu: Add FLDPOL operation

2009-02-01 Thread morimoto . kuninori
Dear Guennadi > > + value |= common_flags & SOCAM_FLDPOL_ACTIVE_LOW ? 1 << 16 : 0; > > value |= common_flags & SOCAM_VSYNC_ACTIVE_LOW ? 1 << 1 : 0; > > value |= common_flags & SOCAM_HSYNC_ACTIVE_LOW ? 1 << 0 : 0; > > value |= buswidth == 16 ? 1 << 12 : 0; > > Why are you basing you

Re: [linux-dvb] general protection fault: 0000 [1] SMP with 2.6.27 and 2.6.28

2009-02-01 Thread Andy Walls
On Sun, 2009-02-01 at 23:38 +0100, Oliver Endriss wrote: > Andy Walls wrote: > > On Sat, 2009-01-31 at 15:01 +, Chris Mayo wrote: > > So tuner_addr is non-NULL and is not a valid pointer either. > > > > It looks like linux/drivers/media/dvb/ttpci/budget.c:frontend_init() is > > setting the po

Re: [PATCH] sh_mobile_ceu: SOCAM flags are prepared at itself.

2009-02-01 Thread morimoto . kuninori
Dear Guennadi Thank your for checking patch. > > Guys, are you both sure this should be SLAVE, not MASTER? Have you tested > > it? Both tw9910 and ov772x register themselves as MASTER and from the Of course I tested it. > Ok, sorry, you, probably, did test it and it worked, but just because

Re: [PATCH] tw9910: color format check is added on set_fmt

2009-02-01 Thread morimoto . kuninori
Dear Guennadi > > Signed-off-by: Kuninori Morimoto > > Why is this needed? Do you see any possibility for tw9910 to be called > with an unsupported format? for example, capture_example -f use V4L2_PIX_FMT_YUYV. but tw9910 support only V4L2_PIX_FMT_VYUY now. If you think this patch is unneces

Re: [linux-dvb] general protection fault: 0000 [1] SMP with 2.6.27 and 2.6.28

2009-02-01 Thread Oliver Endriss
Andy Walls wrote: > On Sat, 2009-01-31 at 15:01 +, Chris Mayo wrote: > > > I've been seeing general protection fault's with 2.6.27 and 2.6.28 > > > (gentoo-sources, amd64) used with vdr. Unfortunately I can't reproduce > > > them on demand. > > > > > > > Two more of these with 2.6.28 so I swi

Re: PXA Quick capture interface with HV7131RP-Camera

2009-02-01 Thread Guennadi Liakhovetski
On Sat, 31 Jan 2009, Bennet Fischer wrote: > Hi > > > I am trying to get a camera to work together with an PXA270 processor. > My system has the following specs: > > Platform: Gumstix Verdex Pro > Camera: HV7131RP > OS: Linux 2.6.28 > > I wrote a simple driver for the camera which omits all th

[PATCH] DAB: fix typo

2009-02-01 Thread Németh Márton
From: Márton Németh Fix typo in "DAB adapters" section in Kconfig. Signed-off-by: Márton Németh --- --- linux-2.6.29-rc3/drivers/media/Kconfig.orig 2008-12-25 00:26:37.0 +0100 +++ linux-2.6.29-rc3/drivers/media/Kconfig 2009-02-01 13:30:54.0 +0100 @@ -117,7 +117,7 @@ sourc

Re: [PATCH] sh_mobile_ceu: SOCAM flags are prepared at itself.

2009-02-01 Thread Guennadi Liakhovetski
On Sun, 1 Feb 2009, Guennadi Liakhovetski wrote: > On Fri, 30 Jan 2009, Kuninori Morimoto wrote: > > > > > Signed-off-by: Kuninori Morimoto > > Signed-off-by: Magnus Damm > > --- > > drivers/media/video/sh_mobile_ceu_camera.c | 27 > > +-- > > include/media/sh_mobil

Driver for WinTV-NOVA-S-USB2

2009-02-01 Thread Stephen Brooks
Hello all, Just a quick question to everyone is anyone writing a driver for WinTV-NOVA-S-USB2? It seems to be made up from already supported devices so the driver looks straight forward. I'm happy to dive in and give it a go as long as I'm not treading on any ones toes :) I see someone wrote the w

Re: [linux-dvb] general protection fault: 0000 [1] SMP with 2.6.27 and 2.6.28

2009-02-01 Thread Andy Walls
On Sat, 2009-01-31 at 15:01 +, Chris Mayo wrote: > > I've been seeing general protection fault's with 2.6.27 and 2.6.28 > > (gentoo-sources, amd64) used with vdr. Unfortunately I can't reproduce > > them on demand. > > > > Two more of these with 2.6.28 so I switched back to 2.6.25 and now fou

Re: [PATCH] Leadtek WinFast DTV-1800H and DTV-2000H

2009-02-01 Thread hermann pitton
Hi, Am Sonntag, den 01.02.2009, 17:37 +0100 schrieb Miroslav Šustek: > Hi, few months ago I sent the patch for Leadtek WinFast DTV-1800H card, but > it wasn't merged to repository yet. > Maybe it's because of the merging of mailing lists. I'm sending it again. > > These are the original messages

Driver for WinTV-NOVA-S-USB2

2009-02-01 Thread Stephen Brooks
Hello all, Just a quick question to everyone is anyone writing a driver for WinTV-NOVA-S-USB2? It seems to be made up from already supported devices so the driver looks straight forward. I'm happy to dive in and give it a go as long as I'm not treading on any ones toes :) I see someone wrote the w

Re: PAC7302 disassembly

2009-02-01 Thread Thomas Kaiser
Thomas Kaiser wrote: christopherwander...@columbus.rr.com wrote: Can I get as much disassembly of the PAC7302 drivers with your comments next to it? I am trying to improve my webcam and currently disassembling the driver, in Vista64 with IDA Pro. (I still have the 32 bit driver files as I upgr

Re: PAC7302 disassembly

2009-02-01 Thread Thomas Kaiser
christopherwander...@columbus.rr.com wrote: Can I get as much disassembly of the PAC7302 drivers with your comments next to it? I am trying to improve my webcam and currently disassembling the driver, in Vista64 with IDA Pro. (I still have the 32 bit driver files as I upgraded from xp32) I am

[PULL] http://linuxtv.org/hg/~awalls/cx18

2009-02-01 Thread Andy Walls
Mauro, Please pull from http://linuxtv.org/hg/~awalls/cx18 for the following: cx18: Fix coding style of a switch statement per checkpatch.pl cx18: Normalize APU after second APU firmware load cx18: Smarter verification of CX18_AUDIO_ENABLE register writes cx18: Defer A/V core initialization un

Re: cx88-dvb broken since 2.6.29-rc1

2009-02-01 Thread Mauro Carvalho Chehab
On Sun, 1 Feb 2009, Jean Delvare wrote: On Sun, 1 Feb 2009 11:42:57 -0200, Mauro Carvalho Chehab wrote: On Sun, 1 Feb 2009 14:29:27 +0100 Jean Delvare wrote: On Thu, 29 Jan 2009 19:24:31 -0200, Mauro Carvalho Chehab wrote: I have already a pull request almost ready that will fix this issue.

[PULL] gspca

2009-02-01 Thread Jean-Francois Moine
Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/gspca/ for: changeset: 10391:6cec0a94bb17 gspca - sonixj: Sensor mt9v111 added. changeset: 10392:7b5675e94f79 gspca - vc032x: Webcam 041e:405b added and mi1310_soc updated. changeset: 10393:073b78e3a4ef gspca - documentation: Add

Re: [PATCH] sh_mobile_ceu: SOCAM flags are prepared at itself.

2009-02-01 Thread Guennadi Liakhovetski
On Fri, 30 Jan 2009, Kuninori Morimoto wrote: > > Signed-off-by: Kuninori Morimoto > Signed-off-by: Magnus Damm > --- > drivers/media/video/sh_mobile_ceu_camera.c | 27 +-- > include/media/sh_mobile_ceu.h |5 +++-- > 2 files changed, 28 insertions(+),

Re: [PATCH 2/2] sh_mobile_ceu: Add FLDPOL operation

2009-02-01 Thread Guennadi Liakhovetski
On Fri, 30 Jan 2009, Kuninori Morimoto wrote: > > Signed-off-by: Kuninori Morimoto > --- > drivers/media/video/sh_mobile_ceu_camera.c |7 +++ > include/media/sh_mobile_ceu.h |2 ++ > 2 files changed, 9 insertions(+), 0 deletions(-) > > diff --git a/drivers/media/video/

Re: [PATCH 1/2] soc_camera: Add FLDPOL flags

2009-02-01 Thread Guennadi Liakhovetski
On Fri, 30 Jan 2009, Kuninori Morimoto wrote: > > Signed-off-by: Kuninori Morimoto > --- > include/media/soc_camera.h |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/include/media/soc_camera.h b/include/media/soc_camera.h > index 7440d92..2c7ecdf 100644 > --- a/i

Re: [PATCH] tw9910: color format check is added on set_fmt

2009-02-01 Thread Guennadi Liakhovetski
On Tue, 27 Jan 2009, Kuninori Morimoto wrote: > > Signed-off-by: Kuninori Morimoto Why is this needed? Do you see any possibility for tw9910 to be called with an unsupported format? Thanks Guennadi > --- > drivers/media/video/tw9910.c | 13 + > 1 files changed, 13 insertions(+

Re: LinuxTv issue with Hauppauge WinTV-NOVA-TD-Stick - very near (but not quite ) working]

2009-02-01 Thread Goga777
> > I amn running the NOVA device with an external aerial cable: with good > > signal and S/N ratios, so am not using their mini aerial > > > > Any thoughts to the missing piece of the jigsaw would be most welcome. > > > > Best regards > > > > Colin Thomas > > please try http://mercurial.intuxi

[PATCH] Leadtek WinFast DTV-1800H and DTV-2000H

2009-02-01 Thread Miroslav Šustek
Hi, few months ago I sent the patch for Leadtek WinFast DTV-1800H card, but it wasn't merged to repository yet. Maybe it's because of the merging of mailing lists. I'm sending it again. These are the original messages: http://linuxtv.org/pipermail/linux-dvb/2008-October/029859.html http://linuxtv

Re: LinuxTv issue with Hauppauge WinTV-NOVA-TD-Stick - very near (but not quite ) working]

2009-02-01 Thread Goga777
> I amn running the NOVA device with an external aerial cable: with good > signal and S/N ratios, so am not using their mini aerial > > Any thoughts to the missing piece of the jigsaw would be most welcome. > > Best regards > > Colin Thomas please try http://mercurial.intuxication.org/hg/s2-lip

Re: cx88-dvb broken since 2.6.29-rc1

2009-02-01 Thread Jean Delvare
On Sun, 1 Feb 2009 11:42:57 -0200, Mauro Carvalho Chehab wrote: > On Sun, 1 Feb 2009 14:29:27 +0100 > Jean Delvare wrote: > > > On Thu, 29 Jan 2009 19:24:31 -0200, Mauro Carvalho Chehab wrote: > > > I have already a pull request almost ready that will fix this issue. I'll > > > likely send it tod

Re: cx88-dvb broken since 2.6.29-rc1

2009-02-01 Thread Mauro Carvalho Chehab
On Sun, 1 Feb 2009 14:29:27 +0100 Jean Delvare wrote: > Hi Mauro, > > On Thu, 29 Jan 2009 19:24:31 -0200, Mauro Carvalho Chehab wrote: > > On Thu, 29 Jan 2009 22:10:12 +0100 > > Jean Delvare wrote: > > > > > Hi folks, > > > > > > I have a CX88-based DVB-T adapter which worked fine up to 2.6.2

Re: [PULL] http://linuxtv.org/hg/~mkrufky/fixes

2009-02-01 Thread Mauro Carvalho Chehab
On Thu, 29 Jan 2009 23:01:14 -0500 Michael Krufky wrote: > Mauro, > > Please pull from: > > http://linuxtv.org/hg/~mkrufky/fixes Committed. Next time, send me pull requests to mche...@infradead.org. -- Cheers, Mauro -- To unsubscribe from this list: send the line "unsubscribe linux-media"

Re: cx88-dvb broken since 2.6.29-rc1

2009-02-01 Thread Jean Delvare
Hi Mauro, On Thu, 29 Jan 2009 19:24:31 -0200, Mauro Carvalho Chehab wrote: > On Thu, 29 Jan 2009 22:10:12 +0100 > Jean Delvare wrote: > > > Hi folks, > > > > I have a CX88-based DVB-T adapter which worked fine up to 2.6.28 but is > > broken since 2.6.29-rc1 (and not fixed as off 2.6.29-rc3). Th

Re: CinergyT2 not working with newer alternative driver

2009-02-01 Thread Jason Harvey
Thierry Merle wrote: Hi Jason, Jason Harvey wrote: I have been successfully using VDR with two CinergyT2s for 18 months. After adding a Hauppage NOVA-S2-HD I updated my v4l-dvb drivers hoping to get S2 capability and test a newer VDR for HD reception. The CinergyT2s stopped working. The kern

LinuxTv issue with Hauppauge WinTV-NOVA-TD-Stick - very near (but not quite ) working]

2009-02-01 Thread Colin Thomas
Hi, I have been following the good instructions for getting the above work with my fedora 9 64bit machine from : http://www.linuxtv.org/wiki/index.php/Hauppauge_WinTV-NOVA-TD-Stick#Firmware It is very nearly working, and I seem to have a bug which is manifesting itself in 2 ways. 1. If

Re: [PATCH] saa7146_i2c: saa7146_i2c_transfer() wrong?

2009-02-01 Thread Jean Delvare
On Sat, 31 Jan 2009 17:52:05 +0100, Roel Kluin wrote: > vi drivers/media/common/saa7146_i2c.c +292 > > in saa7146_i2c_transfer(..., int retries) > { > int address_err = 0; > do { > ... > if (...) > address_err++; > ... >

Re: CinergyT2 not working with newer alternative driver

2009-02-01 Thread Thierry Merle
Hi Jason, Jason Harvey wrote: > I have been successfully using VDR with two CinergyT2s for 18 months. > After adding a Hauppage NOVA-S2-HD I updated my v4l-dvb drivers hoping > to get S2 capability and test a newer VDR for HD reception. > > The CinergyT2s stopped working. The kernel module loads,