summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/usb_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/usb_def.h b/common/usb_def.h
index 5aab5292..fdb17fb6 100644
--- a/common/usb_def.h
+++ b/common/usb_def.h
@@ -19,7 +19,7 @@
#define USB_SPEED_HIGH 3 /* USB 2.0 */
#define USB_SPEED_WIRELESS 4 /* Wireless USB 2.5 */
#define USB_SPEED_SUPER 5 /* USB 3.0 */
-#define USB_SPEED_SUPER_PLUS 5 /* USB 3.1 */
+#define USB_SPEED_SUPER_PLUS 6 /* USB 3.1 */
/* Maximum number of devices per controller */
#define USB_MAX_DEVICES (127)