Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1255639
| From | Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 1/1] x86: Fix reading the current exposure value of UVC |
| Date | 2015-10-26 04:30 +0100 |
| Message-ID | <qnGDV-351-35@gated-at.bofh.it> (permalink) |
| References | <ql3nk-ga-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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 flag.
>
> Tested on a C920 camera.
This looks good to me and I've successfully tested the patch.
> Signed-off-by: Anton V. Shokurov <shokurov.anton.v@yandex.ru>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Applied to my tree, I'll push it upstream for v4.5 (the merge window for v4.4
will open in a week only and with the Kernel Summit going on this week pushing
patches for v4.4 is difficult).
> ---
> drivers/media/usb/uvc/uvc_ctrl.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/media/usb/uvc/uvc_ctrl.c
> b/drivers/media/usb/uvc/uvc_ctrl.c index 3e59b28..c2ee6e3 100644
> --- a/drivers/media/usb/uvc/uvc_ctrl.c
> +++ b/drivers/media/usb/uvc/uvc_ctrl.c
> @@ -227,7 +227,8 @@ static struct uvc_control_info uvc_ctrls[] = {
> .size = 4,
> .flags = UVC_CTRL_FLAG_SET_CUR
>
> | UVC_CTRL_FLAG_GET_RANGE
>
> - | UVC_CTRL_FLAG_RESTORE,
> + | UVC_CTRL_FLAG_RESTORE
> + | UVC_CTRL_FLAG_AUTO_UPDATE,
> },
> {
> .entity = UVC_GUID_UVC_CAMERA,
--
Regards,
Laurent Pinchart
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 1/1] x86: Fix reading the current exposure value of UVC "Anton V. Shokurov" <shokurov.anton.v@yandex.ru> - 2015-10-18 23:10 +0200 Re: [PATCH 1/1] x86: Fix reading the current exposure value of UVC Шокуров Антон <shokurov.anton.v@yandex.ru> - 2015-10-20 23:00 +0200 Re: [PATCH 1/1] x86: Fix reading the current exposure value of UVC Laurent Pinchart <laurent.pinchart@ideasonboard.com> - 2015-10-26 04:30 +0100
csiph-web