diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/videodev2.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index 2339678de092..f79d0cc565ab 100644 --- a/include/linux/videodev2.h +++ b/include/linux/videodev2.h | |||
@@ -2642,9 +2642,9 @@ struct v4l2_create_buffers { | |||
2642 | 2642 | ||
2643 | /* Experimental, these three ioctls may change over the next couple of kernel | 2643 | /* Experimental, these three ioctls may change over the next couple of kernel |
2644 | versions. */ | 2644 | versions. */ |
2645 | #define VIDIOC_ENUM_DV_TIMINGS _IOWR('V', 96, struct v4l2_enum_dv_timings) | 2645 | #define VIDIOC_ENUM_DV_TIMINGS _IOWR('V', 98, struct v4l2_enum_dv_timings) |
2646 | #define VIDIOC_QUERY_DV_TIMINGS _IOR('V', 97, struct v4l2_dv_timings) | 2646 | #define VIDIOC_QUERY_DV_TIMINGS _IOR('V', 99, struct v4l2_dv_timings) |
2647 | #define VIDIOC_DV_TIMINGS_CAP _IOWR('V', 98, struct v4l2_dv_timings_cap) | 2647 | #define VIDIOC_DV_TIMINGS_CAP _IOWR('V', 100, struct v4l2_dv_timings_cap) |
2648 | 2648 | ||
2649 | /* Reminder: when adding new ioctls please add support for them to | 2649 | /* Reminder: when adding new ioctls please add support for them to |
2650 | drivers/media/video/v4l2-compat-ioctl32.c as well! */ | 2650 | drivers/media/video/v4l2-compat-ioctl32.c as well! */ |