Support for old Intel webcam

2012-05-31 Thread Jason Miller
I have an old Intel webcam that shows up as: Bus 002 Device 005: ID 8086:0431 Intel Corp. Intel Pro Video PC Camera My hazy memory says that this used to work on linux with the spca_50x driver, though I think I had to add the vendor/device ID manually to the driver. Is there any way to determine

[PATCH 1/1] v4l: Correct create_bufs documentation

2012-05-31 Thread Sakari Ailus
Patch id 6016af82eafcb6e086a8f2a2197b46029a843d68 ("[media] v4l2: use __u32 rather than enums in ioctl() structs") unintentionally changes the type of the format field in struct v4l2_create_buffers from struct v4l2_format to __u32. Revert that change. Signed-off-by: Sakari Ailus --- Hi Mauro and

cron job: media_tree daily build: WARNINGS

2012-05-31 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date:Thu May 31 19:00:18 CEST 2012 git hash:5472d3f17845c4398c6a510b46855820920c2181 gcc version: i686-linux-gcc (GC

Re: [v4l-utils] Add configure option to allow qv4l2 disable

2012-05-31 Thread Ezequiel Garcia
Hi Gregor, On Thu, May 31, 2012 at 4:07 AM, Gregor Jasny wrote: > Hello, > > > On 5/30/12 3:42 PM, Ezequiel Garcia wrote: >> >> This patch could ease the job of a few people, >> by providing an option they actually need. >> OpenWRT [1] and Openembedded [2] are already disabling >> qv4l2 by applyi

[GIT PULL FOR v3.5] davicni: vpfe:media controller based capture driver for dm365

2012-05-31 Thread Hadli, Manjunath
Mauro, The following patch set adds the media controller based driver TI dm365 SoC. Patches have gone through RFC and reviews and are pending for some time. The main support added here: -CCDC capture -Previewer -Resizer -AEW/AF -Some media formats supported on dm365 -PIX_FORMATs supported on dm3

[RFCv1 PATCH 1/3] v4l2 core: add the missing pieces to support DVI/HDMI/DisplayPort.

2012-05-31 Thread Hans Verkuil
From: Hans Verkuil These new controls and two new ioctls make it possible to properly support VGA, DVI-A/D/I, HDMI and DisplayPort connectors. All these controls and the ioctls are all at the sub-device level. They are meant for V4L2 bridge/platform drivers or to be accessed on embedded systems t

[RFCv1 PATCH 3/3] v4l2-subdev: hook up the new ioctls in v4l2-subdev.

2012-05-31 Thread Hans Verkuil
From: Hans Verkuil Signed-off-by: Hans Verkuil --- drivers/media/video/v4l2-subdev.c |6 ++ include/media/v4l2-subdev.h |2 ++ 2 files changed, 8 insertions(+) diff --git a/drivers/media/video/v4l2-subdev.c b/drivers/media/video/v4l2-subdev.c index db6e859..3d46cd6 100644 --

[RFCv1 PATCH 2/3] V4L2 spec: document the new DV controls and ioctls.

2012-05-31 Thread Hans Verkuil
From: Hans Verkuil Signed-off-by: Hans Verkuil --- Documentation/DocBook/media/v4l/controls.xml | 149 +++ Documentation/DocBook/media/v4l/v4l2.xml |1 + .../DocBook/media/v4l/vidioc-subdev-g-edid.xml | 152 3 files changed, 302 ins

[RFCv1 PATCH 0/3] Add missing DVI-A/D/I and HDMI/DisplayPort connector support

2012-05-31 Thread Hans Verkuil
Hi all, This patch series implements this RFC: http://www.spinics.net/lists/linux-media/msg47671.html The changes since that RFC are: - Added a start_block to struct v4l2_subdev_edid: this allows you to get specific EDID blocks instead of all blocks from the beginning. This field must be 0 w

Re: [RFC PATCH] omap3isp : fix cfa demosaicing for format other than GRBG

2012-05-31 Thread jean-philippe francois
2012/5/29 Laurent Pinchart : > Hi Jean-Philippe, > > On Tuesday 29 May 2012 10:24:45 jean-philippe francois wrote: >> Hi, >> >> omap3 ISP previewer block can convert a raw bayer image into a UYVY image. >> Debayering coefficient are stored in an undocumented table. In the current >> form, only GRBG

[GIT PULL FOR v3.6] Improve HW_FREQ_SEEK and add frequency band support

2012-05-31 Thread Hans Verkuil
Hi Mauro, These patches improve VIDIOC_S_HW_FREQ_SEEK and add frequency band support. These changes are needed for both existing drivers (wl128x and radio-cadet) and new drivers (the Griffin RadioShark driver that Hans de Goede made). Once this is in these drivers can follow. Regards, H

[PATCH] media: video: bt8xx: Remove duplicated pixel format entry.

2012-05-31 Thread Volokh Konstantin
Signed-off-by: Volokh Konstantin --- drivers/media/video/bt8xx/bttv-driver.c |6 -- 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/drivers/media/video/bt8xx/bttv-driver.c b/drivers/media/video/bt8xx/bttv-driver.c index a9cfb0f..4e2f96f 100644 --- a/drivers/media/video/bt8

Re: [PATCH] media: video: bt8xx: Remove duplicated pixel format entry.

2012-05-31 Thread volokh
On Thu, May 31, 2012 at 11:08:51AM +0400, vol...@telros.ru wrote: > Signed-off-by: Volokh Konstantin > --- > drivers/media/video/bt8xx/bttv-driver.c |6 -- > 1 files changed, 0 insertions(+), 6 deletions(-) > > diff --git a/drivers/media/video/bt8xx/bttv-driver.c > +b/drivers/media/video

[PATCH] media: video: bt8xx: Remove duplicated pixel format entry.

2012-05-31 Thread volokh
Signed-off-by: Volokh Konstantin --- drivers/media/video/bt8xx/bttv-driver.c |6 -- 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/drivers/media/video/bt8xx/bttv-driver.c +b/drivers/media/video/bt8xx/bttv-driver.c index e581b37..b4ee7de 100644 --- a/drivers/media/video/bt8

Re: [v4l-utils] Add configure option to allow qv4l2 disable

2012-05-31 Thread Gregor Jasny
Hello, On 5/30/12 3:42 PM, Ezequiel Garcia wrote: This patch could ease the job of a few people, by providing an option they actually need. OpenWRT [1] and Openembedded [2] are already disabling qv4l2 by applying ugly patches. [1] https://dev.openwrt.org/browser/packages/libs/libv4l/patches/00