diff options
Diffstat (limited to 'include/uapi/linux/uvcvideo.h')
| -rw-r--r-- | include/uapi/linux/uvcvideo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/uvcvideo.h b/include/uapi/linux/uvcvideo.h index 020714d2c5bd..f80f05b3c423 100644 --- a/include/uapi/linux/uvcvideo.h +++ b/include/uapi/linux/uvcvideo.h | |||
| @@ -28,6 +28,8 @@ | |||
| 28 | #define UVC_CTRL_FLAG_RESTORE (1 << 6) | 28 | #define UVC_CTRL_FLAG_RESTORE (1 << 6) |
| 29 | /* Control can be updated by the camera. */ | 29 | /* Control can be updated by the camera. */ |
| 30 | #define UVC_CTRL_FLAG_AUTO_UPDATE (1 << 7) | 30 | #define UVC_CTRL_FLAG_AUTO_UPDATE (1 << 7) |
| 31 | /* Control supports asynchronous reporting */ | ||
| 32 | #define UVC_CTRL_FLAG_ASYNCHRONOUS (1 << 8) | ||
| 31 | 33 | ||
| 32 | #define UVC_CTRL_FLAG_GET_RANGE \ | 34 | #define UVC_CTRL_FLAG_GET_RANGE \ |
| 33 | (UVC_CTRL_FLAG_GET_CUR | UVC_CTRL_FLAG_GET_MIN | \ | 35 | (UVC_CTRL_FLAG_GET_CUR | UVC_CTRL_FLAG_GET_MIN | \ |
