]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/usb/host/xhci.c
usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hub
[people/ms/u-boot.git] / drivers / usb / host / xhci.c
index 95a0fbab50cd0a5c3dbf749e67007545d0ffb1b0..59ee476e19ee448114787f40c94953bd15502df7 100644 (file)
@@ -727,6 +727,7 @@ static int xhci_submit_root(struct usb_device *udev, unsigned long pipe,
        case USB_REQ_GET_DESCRIPTOR | ((USB_DIR_IN | USB_RT_HUB) << 8):
                switch (le16_to_cpu(req->value) >> 8) {
                case USB_DT_HUB:
+               case USB_DT_SS_HUB:
                        debug("USB_DT_HUB config\n");
                        srcptr = &descriptor.hub;
                        srclen = 0x8;