>From c955d61fe2481f0884f8f3406374cd70deef3b70 Mon Sep 17 00:00:00 2001
From: Sergio Aguirre <[email protected]>
Date: Thu, 11 Dec 2008 13:35:51 -0600
Subject: [PATCH] v4l2-int-device: add support for VIDIOC_QUERYMENU

Signed-off-by: Tuukka Toivonen <[email protected]>
---
 include/media/v4l2-int-device.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/media/v4l2-int-device.h b/include/media/v4l2-int-device.h
index 85a1834..052ffe0 100644
--- a/include/media/v4l2-int-device.h
+++ b/include/media/v4l2-int-device.h
@@ -178,6 +178,7 @@ enum v4l2_int_ioctl_num {
        vidioc_int_s_fmt_cap_num,
        vidioc_int_try_fmt_cap_num,
        vidioc_int_queryctrl_num,
+       vidioc_int_querymenu_num,
        vidioc_int_g_ctrl_num,
        vidioc_int_s_ctrl_num,
        vidioc_int_cropcap_num,
@@ -279,6 +280,7 @@ V4L2_INT_WRAPPER_1(g_fmt_cap, struct v4l2_format, *);
 V4L2_INT_WRAPPER_1(s_fmt_cap, struct v4l2_format, *);
 V4L2_INT_WRAPPER_1(try_fmt_cap, struct v4l2_format, *);
 V4L2_INT_WRAPPER_1(queryctrl, struct v4l2_queryctrl, *);
+V4L2_INT_WRAPPER_1(querymenu, struct v4l2_querymenu, *);
 V4L2_INT_WRAPPER_1(g_ctrl, struct v4l2_control, *);
 V4L2_INT_WRAPPER_1(s_ctrl, struct v4l2_control, *);
 V4L2_INT_WRAPPER_1(cropcap, struct v4l2_cropcap, *);
-- 
1.5.6.5

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to