From ff2070d14be1b50f547fd8bdc9e1646e08ee66b3 Mon Sep 17 00:00:00 2001 From: yjun Date: Sun, 16 Jun 2024 14:24:03 +0800 Subject: [PATCH] fix(class/video): vc header descriptor definition --- class/video/usb_video.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;