diff options
Diffstat (limited to 'include/linux/videodev2.h')
-rw-r--r-- | include/linux/videodev2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index c64e76a087b4..11b8b3ec77b4 100644 --- a/include/linux/videodev2.h +++ b/include/linux/videodev2.h | |||
@@ -830,6 +830,7 @@ struct v4l2_querymenu { | |||
830 | #define V4L2_CTRL_FLAG_UPDATE 0x0008 | 830 | #define V4L2_CTRL_FLAG_UPDATE 0x0008 |
831 | #define V4L2_CTRL_FLAG_INACTIVE 0x0010 | 831 | #define V4L2_CTRL_FLAG_INACTIVE 0x0010 |
832 | #define V4L2_CTRL_FLAG_SLIDER 0x0020 | 832 | #define V4L2_CTRL_FLAG_SLIDER 0x0020 |
833 | #define V4L2_CTRL_FLAG_WRITE_ONLY 0x0040 | ||
833 | 834 | ||
834 | /* Query flag, to be ORed with the control ID */ | 835 | /* Query flag, to be ORed with the control ID */ |
835 | #define V4L2_CTRL_FLAG_NEXT_CTRL 0x80000000 | 836 | #define V4L2_CTRL_FLAG_NEXT_CTRL 0x80000000 |