|
@@ -1646,7 +1646,7 @@ static void handle_port_status(struct xhci_hcd *xhci,
|
|
* RExit to a disconnect state). If so, let the the driver know it's
|
|
* RExit to a disconnect state). If so, let the the driver know it's
|
|
* out of the RExit state.
|
|
* out of the RExit state.
|
|
*/
|
|
*/
|
|
- if (!DEV_SUPERSPEED_ANY(portsc) &&
|
|
|
|
|
|
+ if (!DEV_SUPERSPEED_ANY(portsc) && hcd->speed < HCD_USB3 &&
|
|
test_and_clear_bit(hcd_portnum,
|
|
test_and_clear_bit(hcd_portnum,
|
|
&bus_state->rexit_ports)) {
|
|
&bus_state->rexit_ports)) {
|
|
complete(&bus_state->rexit_done[hcd_portnum]);
|
|
complete(&bus_state->rexit_done[hcd_portnum]);
|