|
@@ -1457,6 +1457,7 @@ struct v4l2_querymenu {
|
|
#define V4L2_CTRL_FLAG_WRITE_ONLY 0x0040
|
|
#define V4L2_CTRL_FLAG_WRITE_ONLY 0x0040
|
|
#define V4L2_CTRL_FLAG_VOLATILE 0x0080
|
|
#define V4L2_CTRL_FLAG_VOLATILE 0x0080
|
|
#define V4L2_CTRL_FLAG_HAS_PAYLOAD 0x0100
|
|
#define V4L2_CTRL_FLAG_HAS_PAYLOAD 0x0100
|
|
|
|
+#define V4L2_CTRL_FLAG_EXECUTE_ON_WRITE 0x0200
|
|
|
|
|
|
/* Query flags, to be ORed with the control ID */
|
|
/* Query flags, to be ORed with the control ID */
|
|
#define V4L2_CTRL_FLAG_NEXT_CTRL 0x80000000
|
|
#define V4L2_CTRL_FLAG_NEXT_CTRL 0x80000000
|