mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
CHROMIUM: videodev2.h: add V4L2_CTRL_FLAG_CAN_STORE
Controls that have a configuration store will set this flag. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> BUG=chrome-os-partner:33728 TEST=build Signed-off-by: Pawel Osciak <posciak@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/232581 Trybot-Ready: Tomasz Figa <tfiga@chromium.org> Tested-by: Tomasz Figa <tfiga@chromium.org> Reviewed-by: Wu-cheng Li <wuchengli@chromium.org> Commit-Queue: Tomasz Figa <tfiga@chromium.org> Signed-off-by: Yakir Yang <ykk@rock-chips.com> Conflicts: include/uapi/linux/videodev2.h [rebase44(groeck): Resolved conflicts] Signed-off-by: Guenter Roeck <groeck@chromium.org> Change-Id: I88ccf65a5c6f11381cfacb4c328b589194f249ec Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com> Signed-off-by: Yakir Yang <ykk@rock-chips.com>
This commit is contained in:
parent
00d159b8bc
commit
cdf30351ab
|
|
@ -1568,6 +1568,7 @@ struct v4l2_querymenu {
|
|||
#define V4L2_CTRL_FLAG_VOLATILE 0x0080
|
||||
#define V4L2_CTRL_FLAG_HAS_PAYLOAD 0x0100
|
||||
#define V4L2_CTRL_FLAG_EXECUTE_ON_WRITE 0x0200
|
||||
#define V4L2_CTRL_FLAG_CAN_STORE 0x0400
|
||||
|
||||
/* Query flags, to be ORed with the control ID */
|
||||
#define V4L2_CTRL_FLAG_NEXT_CTRL 0x80000000
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user