From: Hans Verkuil <hans.verk...@cisco.com> Controls/properties that have a configuration store will set this flag.
Signed-off-by: Hans Verkuil <hans.verk...@cisco.com> --- include/uapi/linux/videodev2.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uapi/linux/videodev2.h b/include/uapi/linux/videodev2.h index 2dda52d..0803da9 100644 --- a/include/uapi/linux/videodev2.h +++ b/include/uapi/linux/videodev2.h @@ -1323,6 +1323,7 @@ struct v4l2_querymenu { #define V4L2_CTRL_FLAG_VOLATILE 0x0080 #define V4L2_CTRL_FLAG_PROPERTY 0x0100 #define V4L2_CTRL_FLAG_IS_PTR 0x0200 +#define V4L2_CTRL_FLAG_CAN_STORE 0x0400 /* Query flags, to be ORed with the control ID */ #define V4L2_CTRL_FLAG_NEXT_CTRL 0x80000000 -- 1.8.5.2 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html