aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/usb')
-rw-r--r--include/linux/usb/video.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/usb/video.h b/include/linux/usb/video.h
index be436d9ee479..2d5b7fc6a265 100644
--- a/include/linux/usb/video.h
+++ b/include/linux/usb/video.h
@@ -160,5 +160,12 @@
160#define UVC_STATUS_TYPE_CONTROL 1 160#define UVC_STATUS_TYPE_CONTROL 1
161#define UVC_STATUS_TYPE_STREAMING 2 161#define UVC_STATUS_TYPE_STREAMING 2
162 162
163/* 4.1.2. Control Capabilities */
164#define UVC_CONTROL_CAP_GET (1 << 0)
165#define UVC_CONTROL_CAP_SET (1 << 1)
166#define UVC_CONTROL_CAP_DISABLED (1 << 2)
167#define UVC_CONTROL_CAP_AUTOUPDATE (1 << 3)
168#define UVC_CONTROL_CAP_ASYNCHRONOUS (1 << 4)
169
163#endif /* __LINUX_USB_VIDEO_H */ 170#endif /* __LINUX_USB_VIDEO_H */
164 171