Re: [PATCH 1/1] x86: Fix reading the current exposure value of UVC

2015-10-25 Thread Laurent Pinchart
Hi Anton, Thank you for the patch. On Sunday 18 October 2015 17:01:26 Anton V. Shokurov wrote: > V4L2_CID_EXPOSURE_ABSOLUTE property does not return an updated value when > autoexposure (V4L2_CID_EXPOSURE_AUTO) is turned on. This patch fixes this > issue by adding the UVC_CTRL_FLAG_AUTO_UPDATE

Re: [PATCH 1/1] x86: Fix reading the current exposure value of UVC

2015-10-25 Thread Laurent Pinchart
Hi Anton, Thank you for the patch. On Sunday 18 October 2015 17:01:26 Anton V. Shokurov wrote: > V4L2_CID_EXPOSURE_ABSOLUTE property does not return an updated value when > autoexposure (V4L2_CID_EXPOSURE_AUTO) is turned on. This patch fixes this > issue by adding the UVC_CTRL_FLAG_AUTO_UPDATE

Re: [PATCH 1/1] x86: Fix reading the current exposure value of UVC

2015-10-20 Thread Шокуров Антон
Hello! Have you received my patch? When will it be included in the kernel? Thanks! 19.10.2015, 00:02, "Anton V. Shokurov" : > V4L2_CID_EXPOSURE_ABSOLUTE property does not return an updated value when > autoexposure (V4L2_CID_EXPOSURE_AUTO) is turned on. This patch fixes this > issue by adding

Re: [PATCH 1/1] x86: Fix reading the current exposure value of UVC

2015-10-20 Thread Шокуров Антон
Hello! Have you received my patch? When will it be included in the kernel? Thanks! 19.10.2015, 00:02, "Anton V. Shokurov" : > V4L2_CID_EXPOSURE_ABSOLUTE property does not return an updated value when > autoexposure (V4L2_CID_EXPOSURE_AUTO) is turned on. This patch

[PATCH 1/1] x86: Fix reading the current exposure value of UVC

2015-10-18 Thread Anton V. Shokurov
V4L2_CID_EXPOSURE_ABSOLUTE property does not return an updated value when autoexposure (V4L2_CID_EXPOSURE_AUTO) is turned on. This patch fixes this issue by adding the UVC_CTRL_FLAG_AUTO_UPDATE flag. Tested on a C920 camera. Signed-off-by: Anton V. Shokurov --- drivers/media/usb/uvc/uvc_ctrl.c

[PATCH 1/1] x86: Fix reading the current exposure value of UVC

2015-10-18 Thread Anton V. Shokurov
V4L2_CID_EXPOSURE_ABSOLUTE property does not return an updated value when autoexposure (V4L2_CID_EXPOSURE_AUTO) is turned on. This patch fixes this issue by adding the UVC_CTRL_FLAG_AUTO_UPDATE flag. Tested on a C920 camera. Signed-off-by: Anton V. Shokurov ---