summaryrefslogtreecommitdiff
path: root/include/arch/x86_64/linux/uvcvideo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/arch/x86_64/linux/uvcvideo.h')
-rw-r--r--include/arch/x86_64/linux/uvcvideo.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/arch/x86_64/linux/uvcvideo.h b/include/arch/x86_64/linux/uvcvideo.h
index 23166ca4..6f362f4b 100644
--- a/include/arch/x86_64/linux/uvcvideo.h
+++ b/include/arch/x86_64/linux/uvcvideo.h
@@ -32,9 +32,8 @@
/* Control supports asynchronous reporting */
#define UVC_CTRL_FLAG_ASYNCHRONOUS (1 << 8)
-#define UVC_CTRL_FLAG_GET_RANGE \
- (UVC_CTRL_FLAG_GET_CUR | UVC_CTRL_FLAG_GET_MIN | \
- UVC_CTRL_FLAG_GET_MAX | UVC_CTRL_FLAG_GET_RES | \
+#define UVC_CTRL_FLAG_GET_RANGE \
+ (UVC_CTRL_FLAG_GET_CUR | UVC_CTRL_FLAG_GET_MIN | UVC_CTRL_FLAG_GET_MAX | UVC_CTRL_FLAG_GET_RES | \
UVC_CTRL_FLAG_GET_DEF)
#define UVC_MENU_NAME_LEN 32