Thanks, Vaibhav Hiremath > -----Original Message----- > From: Hiremath, Vaibhav > Sent: Friday, December 05, 2008 6:24 PM > To: video4linux-list@xxxxxxxxxx > Cc: linux-omap@xxxxxxxxxxxxxxx; davinci-linux-open-source- > bounces@xxxxxxxxxxxxxxxxxxxx; Hiremath, Vaibhav; Jadav, Brijesh R; > Shah, Hardik; Hadli, Manjunath; R, Sivaraj; Karicheri, Muralidharan > Subject: [PATCH 1/2] Addition of Set Routing ioctl support[V5] > > From: Vaibhav Hiremath <hvaibhav@xxxxxx> > > Fixed review comments: > > g_routing: > Removed g_routing, since it was not required > at decoder level. Same can be handled at master > level. > > Signed-off-by: Brijesh Jadav <brijesh.j@xxxxxx> > Signed-off-by: Hardik Shah <hardik.shah@xxxxxx> > Signed-off-by: Manjunath Hadli <mrh@xxxxxx> > Signed-off-by: R Sivaraj <sivaraj@xxxxxx> > Signed-off-by: Vaibhav Hiremath <hvaibhav@xxxxxx> > Signed-off-by: Karicheri Muralidharan <m-karicheri2@xxxxxx> > --- > include/media/v4l2-int-device.h | 6 ++++++ > 1 files changed, 6 insertions(+), 0 deletions(-) > > diff --git a/include/media/v4l2-int-device.h b/include/media/v4l2- > int-device.h > index 9c2df41..ecda3c7 100644 > --- a/include/media/v4l2-int-device.h > +++ b/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, *); > [Hiremath, Vaibhav] I believe our mail-server is changing the patch for tabs and spaces, not sure exactly but the original patch doesn't disturb like this. Sending the patch as an attachment. > V4L2_INT_WRAPPER_0(dev_init); > V4L2_INT_WRAPPER_0(dev_exit); > -- > 1.5.6
Attachment:
0001-Addition-of-Set-Routing-ioctl-support-V5.patch
Description: 0001-Addition-of-Set-Routing-ioctl-support-V5.patch
Attachment:
0002-TVP514x-Driver-with-Review-comments-fixed-V5.patch
Description: 0002-TVP514x-Driver-with-Review-comments-fixed-V5.patch