diff options
| author | yjun <[email protected]> | 2024-06-16 14:24:03 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2024-06-17 22:24:13 +0800 |
| commit | ff2070d14be1b50f547fd8bdc9e1646e08ee66b3 (patch) | |
| tree | 293e7374ec7056ef392b71e9c79ac049df26752e /class | |
| parent | 0cb245e6d322eb4ede25c11e2adfd5b3cbbbdf29 (diff) | |
fix(class/video): vc header descriptor definition
Diffstat (limited to 'class')
| -rw-r--r-- | class/video/usb_video.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/class/video/usb_video.h b/class/video/usb_video.h index 5fe17685..69caa10a 100644 --- a/class/video/usb_video.h +++ b/class/video/usb_video.h @@ -807,7 +807,7 @@ struct video_cs_if_vc_header_descriptor { uint8_t bLength; uint8_t bDescriptorType; uint8_t bDescriptorSubType; - uint16_t bcdVDC; + uint16_t bcdUVC; uint16_t wTotalLength; uint32_t dwClockFrequency; uint8_t bInCollection; |
