]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/usb_defs.h
usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hub
[people/ms/u-boot.git] / include / usb_defs.h
index 8214ba9bf5577093a370ed8cb1144f3b3fc680bd..608a0ca568bff911cd2f761587bd913d077ba01b 100644 (file)
@@ -93,6 +93,7 @@
 #define USB_DT_REPORT       (USB_TYPE_CLASS | 0x02)
 #define USB_DT_PHYSICAL     (USB_TYPE_CLASS | 0x03)
 #define USB_DT_HUB          (USB_TYPE_CLASS | 0x09)
+#define USB_DT_SS_HUB       (USB_TYPE_CLASS | 0x0a)
 
 /* Descriptor sizes per descriptor type */
 #define USB_DT_DEVICE_SIZE      18