aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/videodev2.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/videodev2.h')
-rw-r--r--include/linux/videodev2.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h
index baafe2f2e02a..2c4e83796301 100644
--- a/include/linux/videodev2.h
+++ b/include/linux/videodev2.h
@@ -1832,7 +1832,8 @@ struct v4l2_event {
1832 __u32 reserved[8]; 1832 __u32 reserved[8];
1833}; 1833};
1834 1834
1835#define V4L2_EVENT_SUB_FL_SEND_INITIAL (1 << 0) 1835#define V4L2_EVENT_SUB_FL_SEND_INITIAL (1 << 0)
1836#define V4L2_EVENT_SUB_FL_ALLOW_FEEDBACK (1 << 1)
1836 1837
1837struct v4l2_event_subscription { 1838struct v4l2_event_subscription {
1838 __u32 type; 1839 __u32 type;