mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 09:14:19 +08:00
V4L/DVB (8497): uvcvideo: Make the auto-exposure menu control V4L2 compliant
V4L2 and UVC enumerate the auto-exposure settings in a different order. This patch fixes the auto-exposure menu declaration to match the V4L2 spec. Signed-off-by: Laurent Pinchart <laurent.pinchart@skynet.be> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
d53687d1d2
commit
90ac5ea37f
@ -195,8 +195,8 @@ static struct uvc_menu_info power_line_frequency_controls[] = {
|
||||
};
|
||||
|
||||
static struct uvc_menu_info exposure_auto_controls[] = {
|
||||
{ 1, "Manual Mode" },
|
||||
{ 2, "Auto Mode" },
|
||||
{ 1, "Manual Mode" },
|
||||
{ 4, "Shutter Priority Mode" },
|
||||
{ 8, "Aperture Priority Mode" },
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user