diff options
Diffstat (limited to 'include/uapi/linux/videodev2.h')
-rw-r--r-- | include/uapi/linux/videodev2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/videodev2.h b/include/uapi/linux/videodev2.h index 47df18f36c4b..810bade873f4 100644 --- a/include/uapi/linux/videodev2.h +++ b/include/uapi/linux/videodev2.h | |||
@@ -1457,6 +1457,7 @@ struct v4l2_querymenu { | |||
1457 | #define V4L2_CTRL_FLAG_WRITE_ONLY 0x0040 | 1457 | #define V4L2_CTRL_FLAG_WRITE_ONLY 0x0040 |
1458 | #define V4L2_CTRL_FLAG_VOLATILE 0x0080 | 1458 | #define V4L2_CTRL_FLAG_VOLATILE 0x0080 |
1459 | #define V4L2_CTRL_FLAG_HAS_PAYLOAD 0x0100 | 1459 | #define V4L2_CTRL_FLAG_HAS_PAYLOAD 0x0100 |
1460 | #define V4L2_CTRL_FLAG_EXECUTE_ON_WRITE 0x0200 | ||
1460 | 1461 | ||
1461 | /* Query flags, to be ORed with the control ID */ | 1462 | /* Query flags, to be ORed with the control ID */ |
1462 | #define V4L2_CTRL_FLAG_NEXT_CTRL 0x80000000 | 1463 | #define V4L2_CTRL_FLAG_NEXT_CTRL 0x80000000 |