Driver for Magewell PCIe capture cards

2016-05-05 Thread Will Manley
information I can provide to get this process started. Thanks Will --- William Manley stb-tester.com -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

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-0020af0ba770. This is its GUID for BGR 8:8:8

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

2014-12-08 Thread William Manley
Signed-off-by: William Manley w...@williammanley.net --- 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 Any chance of my patch fixing manual exposure mode for the Logitech C920

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've been largely unresponsive regarding this patch

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

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

2014-04-14 Thread Will Manley
On Mon, 14 Apr 2014, at 1:34, Laurent Pinchart wrote: On Thursday 13 March 2014 22:08:36 William Manley wrote: 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

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 allows the user to control the exposure time of the webcam

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 automatically adjusts

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 allows the user to control the exposure time of 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 brightness of the received image

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

2014-03-13 Thread Will Manley
On Thu, 13 Mar 2014, at 10:23, Laurent Pinchart wrote: First of all, could you please CC me in the future for uvcvideo patches ? Will do. On Wednesday 12 March 2014 18:08:31 William Manley wrote: The uvcvideo webcam driver exposes the v4l2 control Exposure (Absolute) which allows the user

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

2014-03-13 Thread William Manley
-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 w...@williammanley.net --- drivers/media/usb/uvc

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 exposes the v4l2 control Exposure (Absolute) which

[PATCH] uvcvideo: Work around buggy Logitech C920 firmware

2014-03-12 Thread William Manley
initialising the camera. Signed-off-by: William Manley w...@williammanley.net --- 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 insertions(+), 3 deletions

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 w...@williammanley.net: 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

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 w...@williammanley.net: 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

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 linux/videodev2.h #include