The patch number 9816 was added via Hans Verkuil <hverk...@xs4all.nl>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        v4l-dvb-maintai...@linuxtv.org

------

From: Vaibhav Hiremath  <hvaib...@ti.com>
v4l2-int-if: add three new ioctls for std handling and routing


These changes are needed for the new TVP514x driver.

Priority: normal

Signed-off-by: Brijesh Jadav <brijes...@ti.com>
Signed-off-by: Hardik Shah <hardik.s...@ti.com>
Signed-off-by: Manjunath Hadli <m...@ti.com>
Signed-off-by: R Sivaraj <siva...@ti.com>
Signed-off-by: Vaibhav Hiremath <hvaib...@ti.com>
Signed-off-by: Karicheri Muralidharan <m-kariche...@ti.com>
Signed-off-by: Hans Verkuil <hverk...@xs4all.nl>


---

 linux/include/media/v4l2-int-device.h |    6 ++++++
 1 file changed, 6 insertions(+)

diff -r 2601d3bd9ba8 -r 15c87c33eb37 linux/include/media/v4l2-int-device.h
--- a/linux/include/media/v4l2-int-device.h     Mon Dec 01 19:40:09 2008 +0100
+++ b/linux/include/media/v4l2-int-device.h     Fri Dec 05 14:13:40 2008 +0100
@@ -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(s_crop, struct v4l2_c
 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);


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/15c87c33eb376e67f69ec573936d762846b4546b

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to