Re: [RFC] Stand-alone Resizer/Previewer Driver support under V4L2 framework

2009-04-18 Thread Dongsoo Kim
Hello Hans and Hiremath, One of my recent job is making S3C64XX camera interface driver (even though other jobs of mine are not finished yet...;-() And, what a incident! S3C64XX has also similar H/W block in camera interface. Resizer in S3C camera interface can be used in system wide like the

dvbd

2009-04-18 Thread Kjeld Flarup
Hi I've taken some interest in a small piece of software called dvbd. http://dvbd.sourceforge.net/ I really like the concept of this software, because it could be used for sharing one DVB card among several different applications. BUT the software have not been developed since 2004. Is this b

[PATCH][libv4l] Support V4L2_CTRL_FLAG_NEXT_CTRL for fake controls

2009-04-18 Thread Adam Baker
The "fake" controls added by libv4l to provide whitebalance on some cameras do not respect the V4L2_CTRL_FLAG_NEXT_CTRL and hence don't appear on control programs that try to use that flag if there are any driver controls that do support the flag. Add support for V4L2_CTRL_FLAG_NEXT_CTRL Signed

Re: libv4l release: 0.5.97: the whitebalance release!

2009-04-18 Thread Adam Baker
On Saturday 18 Apr 2009, Hans de Goede wrote: > Ah, you are using v4l2-ctl, not v4l2ucp, and that uses > V4L2_CTRL_FLAG_NEXT_CTRL control enumeration. My code doesn't handle > V4L2_CTRL_FLAG_NEXT_CTRL (which is a bug). I'm not sure when I'll have time > to fix this. Patches welcome, or in the mean

How to compile Mantis driver with em28xx driver installed?

2009-04-18 Thread Sacha
Hello I have a Pinnacle USB DVB-T stick and Azurwave Azurewave AD-SP400 CI (Twinhan VP-1041) DVB-S2 on my system. USB stick uses em28xx-new drivers from mcentral. It works well untill I install Mantis/S2API drivers from I. Liplianin. I get my DVB-S2 card workin but em28xx drivers wont load complai

[cron job] v4l-dvb daily build 2.6.22 and up: ERRORS, 2.6.16-2.6.21: ERRORS

2009-04-18 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Sat Apr 18 19:00:04 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 11517:cda79523a93c gcc version: gcc

[PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2009-04-18 Thread Jean-Francois Moine
Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb/ for: changeset: 11517:bd3148610922 gspca - m5602-po1030: Remove redundant init sequences changeset: 11518:6da2047440f0 gspca - m5602-ov9650: Add auto exposure ctrl changeset: 11519:11e175efd506 gspca - m5602-po1030: Add

Re: [RFC] Stand-alone Resizer/Previewer Driver support under V4L2 framework

2009-04-18 Thread Hans Verkuil
On Tuesday 31 March 2009 10:53:02 Hiremath, Vaibhav wrote: > Thanks, > Vaibhav Hiremath > > > > APPROACH 3 - > > > -- > > > > > > . > > > > > > (Any other approach which I could not think of would be > > > > appreciated) > > > > > I would prefer second approach, since this will provide

Re: [PULL] http://linuxtv.org/hg/~eandren/v4l-dvb/

2009-04-18 Thread Erik Andrén
Jean-Francois Moine wrote: > On Wed, 15 Apr 2009 18:20:46 +0200 > Erik Andrén wrote: > >> Please pull http://linuxtv.org/hg/~eandren/v4l-dvb/ >> for updates to be added to the next major kernel release. > > Hi Erik, > > I found 88 changesets and some of them were already applied. I do not > k

Re: libv4l release: 0.5.97: the whitebalance release!

2009-04-18 Thread Erik Andrén
Hans de Goede wrote: > > > On 04/17/2009 09:27 PM, Erik Andrén wrote: >> >> Hans de Goede wrote: >>> >>> On 04/16/2009 10:46 PM, Adam Baker wrote: On Thursday 16 Apr 2009, Hans de Goede wrote: > On 04/16/2009 12:26 AM, Adam Baker wrote: >> On Wednesday 15 Apr 2009, Hans de Goede wr

Re: [REVIEW] v4l2 loopback

2009-04-18 Thread Hans Verkuil
Sorry for the delay, but here is my review: On Thursday 26 March 2009 19:49:10 Vasily wrote: > Hello, please review the new version of v4l2 loopback driver. > I fixed up comments to the previous submission, waiting for the new ones :-), > reposting for patchwork tool > > --- > This patch introduc

Re: [PATCH 2/6] ir-kbd-i2c: Switch to the new-style device binding model

2009-04-18 Thread Mike Isely
On Sat, 18 Apr 2009, Jean Delvare wrote: > Hi again Mike, > > On Sat, 18 Apr 2009 11:25:19 +0200, Jean Delvare wrote: > > On Fri, 17 Apr 2009 18:35:55 -0500 (CDT), Mike Isely wrote: > > > I thought we were going to leave the pvrusb2 driver out of this since > > > I've already got a change ready

Re: [PATCH 2/6] ir-kbd-i2c: Switch to the new-style device binding model

2009-04-18 Thread Jean Delvare
Hi again Mike, On Sat, 18 Apr 2009 11:25:19 +0200, Jean Delvare wrote: > On Fri, 17 Apr 2009 18:35:55 -0500 (CDT), Mike Isely wrote: > > I thought we were going to leave the pvrusb2 driver out of this since > > I've already got a change ready that also includes additional logic to > > take into

Re: Hauppauge HVR-1500 (aka HP RM436AA#ABA)

2009-04-18 Thread Steven Toth
Thomas Nicolai wrote: I have tried a few different settings, and tired updating the drivers with HG pull, but I just can't get it to work. Glad to hear I am not the only one having problems with this. If you get anywhere let me know what you did, I will try to do likewise. Tom Date: Fri,

Re: [PATCH v2 2/4] ARM: DaVinci: DM646x Video: VPIF driver

2009-04-18 Thread Hans Verkuil
On Wednesday 08 April 2009 13:18:45 Chaithrika U S wrote: > Video Port Interface driver > > Add VPIF driver for DM646x. This code be used by the display and > capture drivers. > > Signed-off-by: Manjunath Hadli > Signed-off-by: Brijesh Jadav > Signed-off-by: Chaithrika U S > --- > Applies to v

Re: [PATCH v2 1/4] ARM: DaVinci: DM646x Video: Platform and board specific setup

2009-04-18 Thread Hans Verkuil
Hi Chaithrika, My apologies for the delay, but here are (finally!) my review comments: On Wednesday 08 April 2009 13:18:27 Chaithrika U S wrote: > Platform specific display device setup for DM646x EVM > > Add platform device and resource structures. Also define a platform specific > clock setup

Re: libv4l release: 0.5.97: the whitebalance release!

2009-04-18 Thread Hans de Goede
On 04/17/2009 09:27 PM, Erik Andrén wrote: Hans de Goede wrote: On 04/16/2009 10:46 PM, Adam Baker wrote: On Thursday 16 Apr 2009, Hans de Goede wrote: On 04/16/2009 12:26 AM, Adam Baker wrote: On Wednesday 15 Apr 2009, Hans de Goede wrote: Currently only whitebalancing is enabled and on

Re: libv4l release: 0.5.97: the whitebalance release!

2009-04-18 Thread Hans de Goede
On 04/18/2009 12:13 AM, Adam Baker wrote: On Friday 17 Apr 2009, Hans de Goede wrote: I've tested it by plugging in the sq905 camera, verifying the whitebablance control is present and working, unplugging the sq905 and plugging in the pac207 and using up arrow to restart v4l2ucp and svv so I t

Re: [PATCH 2/6] ir-kbd-i2c: Switch to the new-style device binding model

2009-04-18 Thread Jean Delvare
Hi Mike, On Fri, 17 Apr 2009 18:35:55 -0500 (CDT), Mike Isely wrote: > I thought we were going to leave the pvrusb2 driver out of this since > I've already got a change ready that also includes additional logic to > take into account the properties of the hardware device (i.e. only > activate i

Re: [PULL] http://linuxtv.org/hg/~eandren/v4l-dvb/

2009-04-18 Thread Jean-Francois Moine
On Wed, 15 Apr 2009 18:20:46 +0200 Erik Andrén wrote: > Please pull http://linuxtv.org/hg/~eandren/v4l-dvb/ > for updates to be added to the next major kernel release. Hi Erik, I found 88 changesets and some of them were already applied. I do not know from were to start. May you: - either tell