Re: [PATCH] [media] uvcvideo: Add GUID for BGR 8:8:8

2014-12-10 Thread William Manley
On 10/12/14 23:54, Laurent Pinchart wrote: > Hi William, > > Thank you for the patch. > > On Monday 08 December 2014 18:57:58 William Manley wrote: >> The Magewell XI100DUSB-HDMI[1] video capture device reports the pixel >> format "e436eb7d-524f-11ce-9f53-0020

[PATCH] [media] uvcvideo: Add GUID for BGR 8:8:8

2014-12-08 Thread William Manley
d757532(v=vs.85).aspx Signed-off-by: William Manley --- drivers/media/usb/uvc/uvc_driver.c | 5 + drivers/media/usb/uvc/uvcvideo.h | 3 +++ 2 files changed, 8 insertions(+) diff --git a/drivers/media/usb/uvc/uvc_driver.c b/drivers/media/usb/uvc/uvc_driver.c index 7c8322d..dc7cff1 100644 ---

Re: [GIT PULL FOR v3.16] uvcvideo fixes

2014-08-21 Thread William Manley
Hi Laurent On 05/06/14 13:24, Laurent Pinchart wrote: > On Thursday 05 June 2014 10:12:38 William Manley wrote: >> On 12/05/14 23:43, Laurent Pinchart wrote: >>> On Friday 09 May 2014 14:33:57 William Manley wrote: >>>> Hi Laurent >>>> >>>>

Re: [GIT PULL FOR v3.16] uvcvideo fixes

2014-06-05 Thread William Manley
Hi Laurant On 12/05/14 23:43, Laurent Pinchart wrote: > Hi William, > > On Friday 09 May 2014 14:33:57 William Manley wrote: >> Hi Laurent >> >> Any chance of my patch fixing manual exposure mode for the Logitech >> C920[1] going in for 3.16? > > I know I

Re: [GIT PULL FOR v3.16] uvcvideo fixes

2014-05-09 Thread William Manley
Hi Laurent Any chance of my patch fixing manual exposure mode for the Logitech C920[1] going in for 3.16? [1]: https://patchwork.linuxtv.org/patch/23047/ Thanks Will -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org M

Re: [PATCH v2] uvcvideo: Work around buggy Logitech C920 firmware

2014-04-08 Thread William Manley
On 25/03/14 23:03, Laurent Pinchart wrote: > Hi William, > > On Tuesday 25 March 2014 22:56:33 William Manley wrote: >> On 13/03/14 12:38, William Manley wrote: >>> The uvcvideo webcam driver exposes the v4l2 control "Exposure (Absolute)" >>> which allo

Re: [PATCH v2] uvcvideo: Work around buggy Logitech C920 firmware

2014-03-25 Thread William Manley
On 25/03/14 23:03, Laurent Pinchart wrote: > Hi William, > > On Tuesday 25 March 2014 22:56:33 William Manley wrote: >> On 13/03/14 12:38, William Manley wrote: >>> The uvcvideo webcam driver exposes the v4l2 control "Exposure (Absolute)" >>> which allo

Re: [PATCH v2] uvcvideo: Work around buggy Logitech C920 firmware

2014-03-25 Thread William Manley
On 13/03/14 12:38, William Manley wrote: > The uvcvideo webcam driver exposes the v4l2 control "Exposure (Absolute)" > which allows the user to control the exposure time of the webcam, > essentially controlling the brightness of the received image. By default > the webcam

Re: [PATCH v2] uvcvideo: Work around buggy Logitech C920 firmware

2014-03-20 Thread William Manley
Prod... Is this acceptable to go in? Thanks Will On 13/03/14 12:38, William Manley wrote: > The uvcvideo webcam driver exposes the v4l2 control "Exposure (Absolute)" > which allows the user to control the exposure time of the webcam, > essentially controlling the brightn

Re: [PATCH] uvcvideo: Work around buggy Logitech C920 firmware

2014-03-13 Thread William Manley
On 13/03/14 17:03, Laurent Pinchart wrote: > On Thursday 13 March 2014 10:48:20 Will Manley wrote: >> On Thu, 13 Mar 2014, at 10:23, Laurent Pinchart wrote: >>> On Wednesday 12 March 2014 18:08:31 William Manley wrote: >>>> The uvcvideo webcam driver expo

[PATCH v2] uvcvideo: Work around buggy Logitech C920 firmware

2014-03-13 Thread William Manley
hich causes the cached controls to be re-uploaded to the camera immediately after initialising the camera. This quirk is applied to the C920 to work around this camera bug. Changes since patch v1: * Introduce quirk so workaround is only applied to the C920. Signed-off-by: William Manley ---

[PATCH] uvcvideo: Work around buggy Logitech C920 firmware

2014-03-12 Thread William Manley
ached controls to the camera immediately after initialising the camera. Signed-off-by: William Manley --- drivers/media/usb/uvc/uvc_ctrl.c | 2 +- drivers/media/usb/uvc/uvc_driver.c | 2 +- drivers/media/usb/uvc/uvc_video.c | 5 + drivers/media/usb/uvc/uvcvideo.h | 2 +- 4 files changed, 8 i

Re: uvcvideo: logitech C920 resets controls during VIDIOC_STREAMON

2014-03-07 Thread William Manley
On 06/03/14 13:04, William Manley wrote: > On 06/03/14 12:09, Paulo Assis wrote: >> Hi, >> >> 2014-03-05 23:01 GMT+00:00 William Manley : >>> Hi All >>> >>> I've been attempting to use the Logitech C920 with the uvcvideo driver. >>> I

Re: uvcvideo: logitech C920 resets controls during VIDIOC_STREAMON

2014-03-06 Thread William Manley
On 06/03/14 12:09, Paulo Assis wrote: > Hi, > > 2014-03-05 23:01 GMT+00:00 William Manley : >> Hi All >> >> I've been attempting to use the Logitech C920 with the uvcvideo driver. >> I set the controls with v4l2-ctl but some of them change during >> VI

uvcvideo: logitech C920 resets controls during VIDIOC_STREAMON

2014-03-05 Thread William Manley
Hi All I've been attempting to use the Logitech C920 with the uvcvideo driver. I set the controls with v4l2-ctl but some of them change during VIDIOC_STREAMON. My understanding is that the values of controls should be preserved. Minimal test case: #include #include #include