[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Check uvc_ctrl_begin return value in VIDIOC_S_CTRL

2010-03-02 Thread Patch from Laurent Pinchart
The patch number 14350 was added via Douglas Schilling Landgraf to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the ma

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Clamp control values to the minimum and maximum values

2010-03-02 Thread Patch from Laurent Pinchart
The patch number 14348 was added via Douglas Schilling Landgraf to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the ma

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Cache control min, max, res and def query results

2010-03-02 Thread Patch from Laurent Pinchart
The patch number 14347 was added via Douglas Schilling Landgraf to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the ma

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Blacklist gain control for Asus EeePC T91 integrated webcam

2010-03-02 Thread Patch from Laurent Pinchart
The patch number 14349 was added via Douglas Schilling Landgraf to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the ma

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Return -ERANGE when setting a control to an out-of-range menu index

2010-03-02 Thread Patch from Laurent Pinchart
The patch number 14346 was added via Douglas Schilling Landgraf to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the ma

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Use %pUl printk format specifier to print GUIDs

2010-03-02 Thread Patch from Laurent Pinchart
The patch number 14345 was added via Douglas Schilling Landgraf to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the ma

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Increase the streaming control timeout to 5 seconds

2010-03-02 Thread Patch from Laurent Pinchart
The patch number 14344 was added via Douglas Schilling Landgraf to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the ma

[linuxtv-commits] [git:v4l-dvb/master] V4L/DVB: uvcvideo: Increase the streaming control timeout to 5 seconds

2010-02-22 Thread Patch from Laurent Pinchart
From: Laurent Pinchart This fixes timeout issues with some Logitech webcams. The timeout value seems to match the one used in the Logitech Windows driver, so no further increase should be necessary. Signed-off-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab drivers/media/video/uvc/

[linuxtv-commits] [git:v4l-dvb/master] V4L/DVB: uvcvideo: Use %pUl printk format specifier to print GUIDs

2010-02-22 Thread Patch from Laurent Pinchart
From: Laurent Pinchart Replace the UVC_GUID_FORMAT and UVC_GUID_ARGS macros with the new %pUl printk format specifier. Signed-off-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab drivers/media/video/uvc/uvc_ctrl.c | 72 +++--- drivers/media/video/uvc/

[linuxtv-commits] [git:v4l-dvb/master] V4L/DVB: uvcvideo: Return -ERANGE when setting a control to an out-of-range menu index

2010-02-22 Thread Patch from Laurent Pinchart
From: Laurent Pinchart The V4L2 specification states that out of bounds control values must either be clamped to the valid range or result in a -ERANGE error code. Fix the driver to return -ERANGE instead of -EINVAL when setting a menu control to an invalid value. Signed-off-by: Laurent Pinchar

[linuxtv-commits] [git:v4l-dvb/master] V4L/DVB: uvcvideo: Cache control min, max, res and def query results

2010-02-22 Thread Patch from Laurent Pinchart
From: Laurent Pinchart Signed-off-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab drivers/media/video/uvc/uvc_ctrl.c | 120 +-- drivers/media/video/uvc/uvcvideo.h |3 +- 2 files changed, 74 insertions(+), 49 deletions(-) --- http://git.linuxtv.

[linuxtv-commits] [git:v4l-dvb/master] V4L/DVB: uvcvideo: Clamp control values to the minimum and maximum values

2010-02-22 Thread Patch from Laurent Pinchart
From: Laurent Pinchart MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit When setting a control, the V4L2 specification requires drivers to either clamp the control value to the [minimum, maximum] range or return the -ERANGE error. Fix the driver to clamp

[linuxtv-commits] [git:v4l-dvb/master] V4L/DVB: uvcvideo: Blacklist gain control for Asus EeePC T91 integrated webcam

2010-02-22 Thread Patch from Laurent Pinchart
From: Laurent Pinchart The Asus EeePC T91 integrated webcam exposes a gain control in the processing unit but stalls when the control is queried. Blacklist the gain control for that camera. Signed-off-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab drivers/media/video/uvc/uvc_ctrl.

[linuxtv-commits] [git:v4l-dvb/master] V4L/DVB: uvcvideo: Check uvc_ctrl_begin return value in VIDIOC_S_CTRL

2010-02-22 Thread Patch from Laurent Pinchart
From: Laurent Pinchart The function return value wasn't checked due to a missing variable assignment. Signed-off-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab drivers/media/video/uvc/uvc_v4l2.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- http://git.linuxtv.o

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Switch to a monotonic clock for V4L2 buffers timestamps

2009-12-17 Thread Patch from Laurent Pinchart
The patch number 13827 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Fix alternate setting selection in isochronous mode

2009-12-17 Thread Patch from Laurent Pinchart
The patch number 13829 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Fix oops caused by a race condition in buffer dequeuing

2009-12-17 Thread Patch from Laurent Pinchart
The patch number 13831 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Make the quirks module parameter override the built-in quirks

2009-12-17 Thread Patch from Laurent Pinchart
The patch number 13828 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Fix controls blacklisting

2009-12-17 Thread Patch from Laurent Pinchart
The patch number 13826 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] Use dev->bus_id instead of dev_name in pre 2.6.26 kernels

2009-12-10 Thread Patch from Laurent Pinchart
The patch number 13603 was added via Mauro Carvalho Chehab to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstre

[linuxtv-commits] [hg:v4l-dvb] v4l: Use video_device_node_name() instead of the minor number

2009-12-05 Thread Patch from Laurent Pinchart
The patch number 13555 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] v4l: Remove unneeded video_device::minor assignments

2009-12-05 Thread Patch from Laurent Pinchart
The patch number 13556 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] v4l: Remove unneeded video_device::minor usage in drivers

2009-12-05 Thread Patch from Laurent Pinchart
The patch number 13557 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] v4l: Use the video_drvdata function in drivers

2009-12-05 Thread Patch from Laurent Pinchart
The patch number 13554 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] v4l: Use the video_is_registered function in device drivers

2009-12-05 Thread Patch from Laurent Pinchart
The patch number 13553 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] v4l: Replace video_is_unregistered with video_is_registered

2009-12-05 Thread Patch from Laurent Pinchart
The patch number 13552 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] v4l: Use the new video_device_node_name function

2009-12-05 Thread Patch from Laurent Pinchart
The patch number 13550 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] v4l: Remove video_device::num usage from device drivers

2009-12-05 Thread Patch from Laurent Pinchart
The patch number 13551 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] v4l: Add video_device_node_name function

2009-12-05 Thread Patch from Laurent Pinchart
The patch number 13549 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Factorize common field in uvc_entity structure

2009-11-25 Thread Patch from Laurent Pinchart
The patch number 13506 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Refactor chain scan

2009-11-25 Thread Patch from Laurent Pinchart
The patch number 13505 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Merge iterms, oterms and units linked lists

2009-11-25 Thread Patch from Laurent Pinchart
The patch number 13503 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Fix extension units parsing

2009-11-25 Thread Patch from Laurent Pinchart
The patch number 13504 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Add support for Genius eFace 2025 webcams

2009-11-25 Thread Patch from Laurent Pinchart
The patch number 13502 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] vm_area_struct::vm_ops isn't const on pre-2.6.32

2009-11-23 Thread Patch from Laurent Pinchart
The patch number 13395 was added via Mauro Carvalho Chehab to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstre

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Ignore the FIX_BANDWIDTH for compressed video

2009-11-04 Thread Patch from Laurent Pinchart
The patch number 13309 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Return -EINVAL instead of -ENODEV in read()

2009-11-04 Thread Patch from Laurent Pinchart
The patch number 13310 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Fix compilation warning with 2.6.32 due to type mismatch with abs()

2009-11-04 Thread Patch from Laurent Pinchart
The patch number 13311 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Add support for MSI StarCam 370i webcams

2009-11-04 Thread Patch from Laurent Pinchart
The patch number 13308 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] 2_subdev: rename tuner s_standby operation to core s_power

2009-10-31 Thread Patch from Laurent Pinchart
The patch number 13238 was added via Mauro Carvalho Chehab to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstre

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Don't acquire privileges in VIDIOC_TRY_FMT

2009-10-19 Thread Patch from Laurent Pinchart
The patch number 13150 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Handle V4L2_CTRL_TYPE_BUTTON control type in VIDIOC_QUERYCTRL

2009-10-19 Thread Patch from Laurent Pinchart
The patch number 13148 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Dismiss privileges when freeing video buffers

2009-10-19 Thread Patch from Laurent Pinchart
The patch number 13151 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Rely on videodev to reference-count the device

2009-10-19 Thread Patch from Laurent Pinchart
The patch number 13152 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Handle garbage at the end of streaming interface descriptors

2009-10-19 Thread Patch from Laurent Pinchart
The patch number 13154 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Add a module parameter to set the streaming control timeout

2009-10-19 Thread Patch from Laurent Pinchart
The patch number 13155 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Add a new UVC_TRACE_VIDEO trace level

2009-10-19 Thread Patch from Laurent Pinchart
The patch number 13149 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] fix device match logic

2009-08-11 Thread Patch from Laurent Pinchart
The patch number 12443 was added via Mauro Carvalho Chehab to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstre

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Multiple streaming interfaces support

2009-08-05 Thread Patch from Laurent Pinchart
The patch number 12379 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Avoid flooding the kernel log with "unknown event type" messages

2009-08-05 Thread Patch from Laurent Pinchart
The patch number 12380 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Restructure the driver to support multiple simultaneous streams.

2009-08-05 Thread Patch from Laurent Pinchart
The patch number 12378 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Add PROBE_DEF quirk and enable it for the MT6227 device

2009-07-24 Thread Patch from Laurent Pinchart
The patch number 12327 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Don't apply the FIX_BANDWIDTH quirk to all ViMicro devices

2009-07-24 Thread Patch from Laurent Pinchart
The patch number 12328 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Remove unused Logitech-specific constants

2009-07-05 Thread Patch from Laurent Pinchart
The patch number 12186 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Move UVC definitions to linux/usb/video.h

2009-07-05 Thread Patch from Laurent Pinchart
The patch number 12187 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Set PROBE_MINMAX quirk for Aveo Technology webcams

2009-07-05 Thread Patch from Laurent Pinchart
The patch number 12188 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Use class-specific descriptor types from usb/ch9.h

2009-07-05 Thread Patch from Laurent Pinchart
The patch number 12184 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Prefix all UVC constants with UVC_

2009-07-05 Thread Patch from Laurent Pinchart
The patch number 12185 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Don't accept to change the format when buffers are allocated.

2009-06-11 Thread Patch from Laurent Pinchart
The patch number 11945 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Add generic control blacklist.

2009-06-11 Thread Patch from Laurent Pinchart
The patch number 11944 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Add support for FSC V30S webcams

2009-06-11 Thread Patch from Laurent Pinchart
The patch number 11947 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Ignore non-UVC trailing interface descriptors.

2009-06-11 Thread Patch from Laurent Pinchart
The patch number 11948 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Add support for Aveo Technology webcams

2009-06-11 Thread Patch from Laurent Pinchart
The patch number 11946 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Add missing whitespaces to multi-line format strings.

2009-05-25 Thread Patch from Laurent Pinchart
The patch number 11836 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Start status polling on device open

2009-05-25 Thread Patch from Laurent Pinchart
The patch number 11837 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Parse frame descriptors with non-continuous indexes.

2009-05-25 Thread Patch from Laurent Pinchart
The patch number 11835 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Ignore empty bulk URBs

2009-02-18 Thread Patch from Laurent Pinchart
The patch number 10651 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Add quirk to override wrong bandwidth value for Vimicro devices

2009-02-18 Thread Patch from Laurent Pinchart
The patch number 10652 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Initialize streaming parameters with the probe control value

2009-02-18 Thread Patch from Laurent Pinchart
The patch number 10650 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] v4l2-spec: Fix EXPOSURE_AUTO_PRIORITY control documentation

2009-02-09 Thread Patch from Laurent Pinchart
The patch number 10474 was added via Hans Verkuil to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] v4l2-spec: document zoom and privacy controls

2009-02-09 Thread Patch from Laurent Pinchart
The patch number 10473 was added via Hans Verkuil to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Fix memory leak in input device handling

2009-01-22 Thread Patch from Laurent Pinchart
The patch number 10296 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Retry URB buffers allocation when the system is low on memory.

2009-01-22 Thread Patch from Laurent Pinchart
The patch number 10295 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: replace strn{cpy, cat} with strl{cpy, cat}.

2009-01-22 Thread Patch from Laurent Pinchart
The patch number 10293 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Add support for the Alcor Micro AU3820 chipset.

2009-01-22 Thread Patch from Laurent Pinchart
The patch number 10294 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Print the UVC version number in binary-coded decimal.

2009-01-08 Thread Patch from Laurent Pinchart
The patch number 10198 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Fix GET_DEF failure detection.

2009-01-08 Thread Patch from Laurent Pinchart
The patch number 10199 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Whitespace and comments cleanup, copyright updates.

2009-01-08 Thread Patch from Laurent Pinchart
The patch number 10197 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Add support for video output devices

2008-12-29 Thread Patch from Laurent Pinchart
The patch number 10104 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] merge: http://linuxtv.org/hg/v4l-dvb

2008-12-29 Thread Patch from Laurent Pinchart
The patch number 10103 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Fix bulk URB processing when the header is erroneous

2008-12-29 Thread Patch from Laurent Pinchart
The patch number 10101 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Ignore interrupt endpoint for built-in iSight webcams.

2008-12-29 Thread Patch from Laurent Pinchart
The patch number 10102 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream K

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: V4L2 zoom controls support

2008-12-17 Thread Patch from Laurent Pinchart
The patch number 9903 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Ke

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: V4L2 privacy control support

2008-12-17 Thread Patch from Laurent Pinchart
The patch number 9902 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Ke

[linuxtv-commits] [hg:v4l-dvb] v4l2: Add missing control names

2008-12-17 Thread Patch from Laurent Pinchart
The patch number 9899 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Ke

[linuxtv-commits] [hg:v4l-dvb] v4l2: Add privacy control

2008-12-17 Thread Patch from Laurent Pinchart
The patch number 9898 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Ke

[linuxtv-commits] [hg:v4l-dvb] v4l2: Add camera zoom controls

2008-12-17 Thread Patch from Laurent Pinchart
The patch number 9897 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Ke

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Add a device quirk to prune bogus controls.

2008-12-17 Thread Patch from Laurent Pinchart
The patch number 9810 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Ke

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Add a device quirk to prune bogus controls.

2008-12-17 Thread Patch from Laurent Pinchart
The patch number 9810 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Ke

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Prevent compat.h from being included in userspace code.

2008-12-17 Thread Patch from Laurent Pinchart
The patch number 9808 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Ke

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Add nodrop module parameter to turn incomplete frame drop off.

2008-12-17 Thread Patch from Laurent Pinchart
The patch number 9809 was added via Laurent Pinchart to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Ke

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Commit streaming parameters when enabling the video stream.

2008-11-20 Thread Patch from Laurent Pinchart
The patch number 9661 was added via Laurent Pinchart <[EMAIL PROTECTED]> to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Use {get|set}_unaligned_le32 macros

2008-11-20 Thread Patch from Laurent Pinchart
The patch number 9659 was added via Laurent Pinchart <[EMAIL PROTECTED]> to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Fix printk badness when printing ioctl names

2008-11-20 Thread Patch from Laurent Pinchart
The patch number 9662 was added via Laurent Pinchart <[EMAIL PROTECTED]> to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Enable compilation on kernels older than 2.6.22

2008-11-12 Thread Patch from Laurent Pinchart
The patch number 9609 was added via Laurent Pinchart <[EMAIL PROTECTED]> to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Handle failed video GET_{MIN|MAX|DEF} requests more gracefully

2008-11-10 Thread Patch from Laurent Pinchart
The patch number 9570 was added via Laurent Pinchart <[EMAIL PROTECTED]> to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Add support for Samsung Q310 integrated webcam

2008-11-10 Thread Patch from Laurent Pinchart
The patch number 9567 was added via Laurent Pinchart <[EMAIL PROTECTED]> to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Add support for Lenovo Thinkpad SL500 integrated webcam

2008-11-10 Thread Patch from Laurent Pinchart
The patch number 9568 was added via Laurent Pinchart <[EMAIL PROTECTED]> to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Sort the frame descriptors during parsing

2008-11-10 Thread Patch from Laurent Pinchart
The patch number 9569 was added via Laurent Pinchart <[EMAIL PROTECTED]> to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into

[linuxtv-commits] [hg:v4l-dvb] uvcvideo: Support two new Bison Electronics webcams.

2008-10-13 Thread Patch from Laurent Pinchart
The patch number 9169 was added via Mauro Carvalho Chehab <[EMAIL PROTECTED]> to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion

  1   2   >