diff options
author | thead_admin <occ_thead@service.alibaba.com> | 2023-01-04 13:12:02 +0800 |
---|---|---|
committer | thead_admin <occ_thead@service.alibaba.com> | 2023-01-04 13:12:02 +0800 |
commit | 02deb8b059118cd2b0fb3c8bbb6d73fd1f87115a (patch) | |
tree | 0392294a5f997b777b05c8373dd2fe062a751296 /board/thead/light-c910/board.c | |
parent | 0c8e009c3a52c6a29b00cf70d368d5c082639197 (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.c | 2 |
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, }; |