summaryrefslogtreecommitdiffstats
path: root/include/usb/ch9.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usb/ch9.h')
-rw-r--r--include/usb/ch9.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/usb/ch9.h b/include/usb/ch9.h
index b44d41e85f..89d83e0d09 100644
--- a/include/usb/ch9.h
+++ b/include/usb/ch9.h
@@ -913,6 +913,7 @@ enum usb_device_speed {
USB_SPEED_HIGH, /* usb 2.0 */
USB_SPEED_WIRELESS, /* wireless (usb 2.5) */
USB_SPEED_SUPER, /* usb 3.0 */
+ USB_SPEED_SUPER_PLUS, /* usb 3.1 */
};