Bugfix: Make sure the XHCI driver doesn't clear
the route string field. Else USB 3.0 HUBs won't work. MFC after: 5 days
This commit is contained in:
parent
b093ab80c0
commit
d848d17033
@ -2264,7 +2264,7 @@ xhci_configure_device(struct usb_device *udev)
|
||||
temp |= XHCI_SCTX_0_CTX_NUM_SET(XHCI_MAX_ENDPOINTS - 1);
|
||||
break;
|
||||
default:
|
||||
temp = XHCI_SCTX_0_CTX_NUM_SET(1);
|
||||
temp |= XHCI_SCTX_0_CTX_NUM_SET(1);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user