aboutsummaryrefslogtreecommitdiff
path: root/board/thead/light-c910/board.c
diff options
context:
space:
mode:
authorthead_admin <occ_thead@service.alibaba.com>2023-01-04 13:12:02 +0800
committerthead_admin <occ_thead@service.alibaba.com>2023-01-04 13:12:02 +0800
commit02deb8b059118cd2b0fb3c8bbb6d73fd1f87115a (patch)
tree0392294a5f997b777b05c8373dd2fe062a751296 /board/thead/light-c910/board.c
parent0c8e009c3a52c6a29b00cf70d368d5c082639197 (diff)
Linux_SDK_V1.0.3Linux_SDK_V1.0.3
Diffstat (limited to 'board/thead/light-c910/board.c')
-rw-r--r--board/thead/light-c910/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/thead/light-c910/board.c b/board/thead/light-c910/board.c
index ae3f91df..fa3ecc52 100644
--- a/board/thead/light-c910/board.c
+++ b/board/thead/light-c910/board.c
@@ -12,7 +12,7 @@
#ifdef CONFIG_USB_DWC3
static struct dwc3_device dwc3_device_data = {
- .maximum_speed = USB_SPEED_HIGH,
+ .maximum_speed = USB_SPEED_SUPER,
.dr_mode = USB_DR_MODE_PERIPHERAL,
.index = 0,
};