From: Evgeni Raikhel Date: Tue, 24 Jul 2018 04:54:10 +0000 (+0900) Subject: Bug fix for inclomplete PowerLineFrequency enumeration map X-Git-Tag: submit/tizen/20181016.044111~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=deb9ff36c8b69781aa7e159a9d4f3c743f104b3e;p=platform%2Fkernel%2Flinux-exynos.git Bug fix for inclomplete PowerLineFrequency enumeration map Signed-off-by: Evgeni Raikhel Back-ported by Inki from : https://github.com/IntelRealSense/librealsense/tree/master/scripts Signed-off-by: Inki Dae Signed-off-by: Seung-Woo Kim Change-Id: I5712a988ef2038ae12e2a7e82425543c1d8b60a7 --- diff --git a/drivers/media/usb/uvc/uvc_ctrl.c b/drivers/media/usb/uvc/uvc_ctrl.c index 3e59b288b8a8..888d32ce9df5 100644 --- a/drivers/media/usb/uvc/uvc_ctrl.c +++ b/drivers/media/usb/uvc/uvc_ctrl.c @@ -356,6 +356,7 @@ static struct uvc_menu_info power_line_frequency_controls[] = { { 0, "Disabled" }, { 1, "50 Hz" }, { 2, "60 Hz" }, + { 3, "Auto" }, }; static struct uvc_menu_info exposure_auto_controls[] = {