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:
hselasky 2012-01-13 22:19:14 +00:00
parent b093ab80c0
commit d848d17033

View File

@ -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;
}