Re: [PATCH v1 10/19] uvcvideo: Support UVC 1.5 runtime control property.

2013-11-10 Thread Laurent Pinchart
Hi Pawel, Thank you for the patch. On Friday 30 August 2013 11:17:09 Pawel Osciak wrote: UVC 1.5 introduces the concept of runtime controls, which can be set during streaming. Non-runtime controls can only be changed while device is idle. Signed-off-by: Pawel Osciak posc...@chromium.org

Re: [PATCH v1 10/19] uvcvideo: Support UVC 1.5 runtime control property.

2013-08-30 Thread Hans Verkuil
On 08/30/2013 04:17 AM, Pawel Osciak wrote: UVC 1.5 introduces the concept of runtime controls, which can be set during streaming. Non-runtime controls can only be changed while device is idle. I don't know if you know this, but the V4L2_CTRL_FLAG_GRABBED flag can be set for controls that

[PATCH v1 10/19] uvcvideo: Support UVC 1.5 runtime control property.

2013-08-29 Thread Pawel Osciak
UVC 1.5 introduces the concept of runtime controls, which can be set during streaming. Non-runtime controls can only be changed while device is idle. Signed-off-by: Pawel Osciak posc...@chromium.org --- drivers/media/usb/uvc/uvc_ctrl.c | 45 +---