diff options
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, }; |