aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/uvc/uvcvideo.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/uvc/uvcvideo.h')
-rw-r--r--drivers/media/video/uvc/uvcvideo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/uvc/uvcvideo.h b/drivers/media/video/uvc/uvcvideo.h
index 18d76679d952..cd58ea81320b 100644
--- a/drivers/media/video/uvc/uvcvideo.h
+++ b/drivers/media/video/uvc/uvcvideo.h
@@ -176,6 +176,9 @@ struct uvc_xu_control_query {
176#define UVC_GUID_FORMAT_BY8 \ 176#define UVC_GUID_FORMAT_BY8 \
177 { 'B', 'Y', '8', ' ', 0x00, 0x00, 0x10, 0x00, \ 177 { 'B', 'Y', '8', ' ', 0x00, 0x00, 0x10, 0x00, \
178 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71} 178 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71}
179#define UVC_GUID_FORMAT_RGBP \
180 { 'R', 'G', 'B', 'P', 0x00, 0x00, 0x10, 0x00, \
181 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71}
179 182
180/* ------------------------------------------------------------------------ 183/* ------------------------------------------------------------------------
181 * Driver specific constants. 184 * Driver specific constants.