From e2cd9fb73c23ccbfc502f703d14a35723b230259 Mon Sep 17 00:00:00 2001 From: Vaibhav Hiremath Date: Fri, 5 Dec 2008 10:13:40 -0300 Subject: [PATCH] --- yaml --- r: 124339 b: refs/heads/master c: 67bc04dd04bfe6a6337a9c6773e4c36645360332 h: refs/heads/master i: 124337: 9fb3207ab536d6df6fb8825a95146abdf3bc9534 124335: dba03915b35d3de6a9114ca7a8921e78e314a2f2 v: v3 --- [refs] | 2 +- trunk/include/media/v4l2-int-device.h | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index bb0e238ff7ca..7db11bdf5d34 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 39aee69a166b775a38ed0053596cdb8e717ae315 +refs/heads/master: 67bc04dd04bfe6a6337a9c6773e4c36645360332 diff --git a/trunk/include/media/v4l2-int-device.h b/trunk/include/media/v4l2-int-device.h index 9c2df41dbf92..ecda3c725837 100644 --- a/trunk/include/media/v4l2-int-device.h +++ b/trunk/include/media/v4l2-int-device.h @@ -183,6 +183,9 @@ enum v4l2_int_ioctl_num { vidioc_int_s_crop_num, vidioc_int_g_parm_num, vidioc_int_s_parm_num, + vidioc_int_querystd_num, + vidioc_int_s_std_num, + vidioc_int_s_video_routing_num, /* * @@ -284,6 +287,9 @@ V4L2_INT_WRAPPER_1(g_crop, struct v4l2_crop, *); V4L2_INT_WRAPPER_1(s_crop, struct v4l2_crop, *); V4L2_INT_WRAPPER_1(g_parm, struct v4l2_streamparm, *); V4L2_INT_WRAPPER_1(s_parm, struct v4l2_streamparm, *); +V4L2_INT_WRAPPER_1(querystd, v4l2_std_id, *); +V4L2_INT_WRAPPER_1(s_std, v4l2_std_id, *); +V4L2_INT_WRAPPER_1(s_video_routing, struct v4l2_routing, *); V4L2_INT_WRAPPER_0(dev_init); V4L2_INT_WRAPPER_0(dev_exit);