diff options
Diffstat (limited to 'drivers/media/video/uvc/uvcvideo.h')
-rw-r--r-- | drivers/media/video/uvc/uvcvideo.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/video/uvc/uvcvideo.h b/drivers/media/video/uvc/uvcvideo.h index e3aec87eaa53..4c1392ebcd4b 100644 --- a/drivers/media/video/uvc/uvcvideo.h +++ b/drivers/media/video/uvc/uvcvideo.h | |||
@@ -89,6 +89,10 @@ | |||
89 | { 'M', '4', '2', '0', 0x00, 0x00, 0x10, 0x00, \ | 89 | { 'M', '4', '2', '0', 0x00, 0x00, 0x10, 0x00, \ |
90 | 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71} | 90 | 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71} |
91 | 91 | ||
92 | #define UVC_GUID_FORMAT_H264 \ | ||
93 | { 'H', '2', '6', '4', 0x00, 0x00, 0x10, 0x00, \ | ||
94 | 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71} | ||
95 | |||
92 | /* ------------------------------------------------------------------------ | 96 | /* ------------------------------------------------------------------------ |
93 | * Driver specific constants. | 97 | * Driver specific constants. |
94 | */ | 98 | */ |