[PATCH 2/3] gspca_cpia1: Disable illuminator controls if not an Intel Play QX3

2010-09-11 Thread Andy Walls
gspca_cpia1: Disable illuminator controls if not an Intel Play QX3 The illuminator controls should only be available to the user for the Intel Play QX3 microscope. Signed-off-by: Andy Walls diff -r d165649ca8a0 -r 32d5c323c541 linux/drivers/media/video/gspca/cpia1.c --- a/linux/drivers/media/vi

[PATCH 1/3] gspca_cpia1: Add basic v4l2 illuminator controls for the Intel Play QX3

2010-09-11 Thread Andy Walls
gspca_cpia1: Add basic v4l2 illuminator controls for the Intel Play QX3 This patch add basic V4L2 controls for the illuminators on the Intel Play QX3 microscope. Signed-off-by: Andy Walls diff -r 6e0befab696a -r d165649ca8a0 linux/drivers/media/video/gspca/cpia1.c --- a/linux/drivers/media/vide

[PATCH 3/3] gspca_cpia1: Restore QX3 illuminators' state on resume

2010-09-11 Thread Andy Walls
gspca_cpia1: Restore QX3 illuminators' state on resume Turn the lights of the QX3 on (or off) as needed when resuming and at module load. Signed-off-by: Andy Walls diff -r 32d5c323c541 -r c2e7fb2d768e linux/drivers/media/video/gspca/cpia1.c --- a/linux/drivers/media/video/gspca/cpia1.c Sat Se

[PATCH 0/3] gpsca_cpia1: Intel Play QX3 microscope illuminator controls

2010-09-11 Thread Andy Walls
The following 3 patches implement v4l2 illuminator controls for the Intel Play QX3 microscope. These patches depend on Jean-Francois Moine's patch that adds V4L2_CID_ILLUMINATORS_[12] to the standard v4l2 controls. These patches do not attempt to turn off the illuminators at module unload or at s

Re: [RFC/PATCH v4 05/11] media: Reference count and power handling

2010-09-11 Thread Sakari Ailus
Hi Mauro, Thanks for the comments! Mauro Carvalho Chehab wrote: > Em 20-08-2010 12:29, Laurent Pinchart escreveu: >> From: Sakari Ailus >> >> Basically these are the interface functions: >> >> media_entity_get() - acquire entity >> media_entity_put() - release entity >> >> If the entity is

Re: DIKOM DK300: Kernel hangs after suspend to ram

2010-09-11 Thread andrea.amoros...@gmail.com
Hi! I've tried to add the no_console_suspend=1 to the grub boot line using the command editor at startup, but switching to the first console and trying to suspend, the console went away as it does if the above option is not present so I was unable to read anything when the kernel crashed at re

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-09-11 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 Sep 11 19:00:12 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15139:6e0befab696a git master:

[PATCHv2 2/2] media: cx23885: use '%pM' format to print MAC address

2010-09-11 Thread Andy Shevchenko
Signed-off-by: Andy Shevchenko --- drivers/media/video/cx23885/cx23885-dvb.c |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/drivers/media/video/cx23885/cx23885-dvb.c b/drivers/media/video/cx23885/cx23885-dvb.c index 3d70af2..0674ea1 100644 --- a/drivers/media/video/

[PATCHv2 1/2] dvb: mantis: use '%pM' format to print MAC address

2010-09-11 Thread Andy Shevchenko
Signed-off-by: Andy Shevchenko --- drivers/media/dvb/mantis/mantis_core.c |5 + drivers/media/dvb/mantis/mantis_ioc.c |9 + 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/drivers/media/dvb/mantis/mantis_core.c b/drivers/media/dvb/mantis/mantis_core.c index 8

Re: [PATCH 1/2] dvb: mantis: use '%pM' format to print MAC address

2010-09-11 Thread Joe Perches
On Sat, 2010-09-11 at 16:59 +0300, Andy Shevchenko wrote: > drivers/media/dvb/mantis/mantis_core.c |5 + > drivers/media/dvb/mantis/mantis_ioc.c |9 + Hi Andy. I think these are clearer and more commonly used as: > dprintk(verbose, MANTIS_ERROR, 0, > + "

Re: [GIT PATCHES FOR 2.6.37] Documentation fixes & updates

2010-09-11 Thread Andy Walls
On Sat, 2010-09-11 at 17:11 +0200, Hans Verkuil wrote: > The following changes since commit 57fef3eb74a04716a8dd18af0ac510ec4f71bc05: > Richard Zidlicky (1): > V4L/DVB: dvb: fix smscore_getbuffer() logic > > are available in the git repository at: > > ssh://linuxtv.org/git/hverkuil/v4

[GIT PATCHES FOR 2.6.37] Documentation fixes & updates

2010-09-11 Thread Hans Verkuil
The following changes since commit 57fef3eb74a04716a8dd18af0ac510ec4f71bc05: Richard Zidlicky (1): V4L/DVB: dvb: fix smscore_getbuffer() logic are available in the git repository at: ssh://linuxtv.org/git/hverkuil/v4l-dvb.git misc1 Hans Verkuil (5): V4L Doc: removed duplicate l

Re: [PATCH] Illuminators control

2010-09-11 Thread Andy Walls
On Sat, 2010-09-11 at 11:03 +0200, Jean-Francois Moine wrote: > Hi, > > This new proposal cancels the previous patch 'Illuminators control'. > > Cheers. > Acked-by: Andy Walls I'll develop a new patch for gspca/cpia.c shortly. Regards, Andy -- To unsubscribe from this list: send the line "u

Re: RFC: Replacing the 'Device Naming' section in the V4L spec

2010-09-11 Thread Andy Walls
On Sat, 2010-09-11 at 15:49 +0200, Hans Verkuil wrote: > I'm working on the V4L2 DocBook spec and when reading through the "Device > Naming" > subsection of the "Opening and Closing Devices" section in the first chapter I > realized that it is really out of date. The text is in this file: > > Doc

Re: Kernel Oops with Kernel 2.6.32

2010-09-11 Thread Andy Walls
On Fri, 2010-09-10 at 23:06 +0200, Christoph Pleger wrote: > Hello, > > I am running a Debian 2.6.32-Kernel (which by the way contains a lot of > unresolved symbols in many dvb modules). As this kernel does not support my > WinTV Nova-T USB-Stick, I downloaded the latest sources via the web int

[PATCH 2/2] media: cx23885: use '%pM' format to print MAC address

2010-09-11 Thread Andy Shevchenko
Signed-off-by: Andy Shevchenko --- drivers/media/video/cx23885/cx23885-dvb.c |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/drivers/media/video/cx23885/cx23885-dvb.c b/drivers/media/video/cx23885/cx23885-dvb.c index 3d70af2..eca7247 100644 --- a/drivers/media/video/

[PATCH 1/2] dvb: mantis: use '%pM' format to print MAC address

2010-09-11 Thread Andy Shevchenko
Signed-off-by: Andy Shevchenko --- drivers/media/dvb/mantis/mantis_core.c |5 + drivers/media/dvb/mantis/mantis_ioc.c |9 + 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/drivers/media/dvb/mantis/mantis_core.c b/drivers/media/dvb/mantis/mantis_core.c index 8

RFC: Replacing the 'Device Naming' section in the V4L spec

2010-09-11 Thread Hans Verkuil
I'm working on the V4L2 DocBook spec and when reading through the "Device Naming" subsection of the "Opening and Closing Devices" section in the first chapter I realized that it is really out of date. The text is in this file: Documentation/DocBook/v4l/common.xml With udev pretty much everything

Re: [PATCH v9 0/4] FM Radio driver.

2010-09-11 Thread Hans Verkuil
On Monday, August 30, 2010 13:38:18 Matti J. Aaltonen wrote: > Hi again, > > and thanks for the comments. > I've left the audio codec out of this patch set. > > Hans wrote: > > > In principle yes, but we haven't yet decided to implement those now, at > > > the moment the RDS interpretation is lef

Proposal to extend V4L2 Control ID for advanced imaging processing features.

2010-09-11 Thread Wang, Wen W
Hi all, We are developing a V4L2 device driver which the ISP has many advanced features such as manual exposure setting, GDC (Geometric Distortion Correction), CAC (Chromatic Aberration Correction), video stabilization, false color correction, shading correction, etc. But to control those featu

Re: [PATCH v2 1/6] SoC Camera: add driver for OMAP1 camera interface

2010-09-11 Thread Janusz Krzysztofik
Saturday 11 September 2010 04:06:02 Jasmine Strong wrote: > On 10 Sep 2010, at 18:21, Janusz Krzysztofik wrote: > > Both paths work stable for me, even > > under heavy load, on my OMAP1510 based Amstrad Delta videophone, that is > > the oldest, least powerfull OMAP1 implementation. > > You say tha

Re: [PATCH] Illuminators control

2010-09-11 Thread Hans Verkuil
On Saturday, September 11, 2010 11:03:50 Jean-Francois Moine wrote: > Hi, > > This new proposal cancels the previous patch 'Illuminators control'. > > Cheers. > > Acked-by: Hans Verkuil -- Hans Verkuil - video4linux developer - sponsored by TANDBERG, part of Cisco -- To unsubscribe from thi

RE: Linux V4L2 support dual stream video capture device

2010-09-11 Thread Wang, Wen W
Hi Andy, Thank you for your kindly suggestion on this! Basically we will make the secondary device node (for preview) as a simple V4L2 device node which support most of the ioctls. This device node will be seperated from the primary device node and treated as an independent device. For your qu

[PATCH] Illuminators control

2010-09-11 Thread Jean-Francois Moine
Hi, This new proposal cancels the previous patch 'Illuminators control'. Cheers. -- Ken ar c'hentaƱ | ** Breizh ha Linux atav! ** Jef | http://moinejf.free.fr/ illuminator.pat Description: Binary data

Re: [PATCH] Illuminators control

2010-09-11 Thread Hans Verkuil
On Saturday, September 11, 2010 10:24:26 Jean-Francois Moine wrote: > Hi, > > This new proposal cancels the previous patch 'Illuminators and status > LED controls'. > > Cheers. > > diff --git a/Documentation/DocBook/v4l/controls.xml b/Documentation/DocBook/v4l/controls.xml index 8408caa..4226a

[PATCH] Illuminators control

2010-09-11 Thread Jean-Francois Moine
Hi, This new proposal cancels the previous patch 'Illuminators and status LED controls'. Cheers. -- Ken ar c'hentaƱ | ** Breizh ha Linux atav! ** Jef | http://moinejf.free.fr/ illuminator.pat Description: Binary data