|
@@ -904,6 +904,9 @@ static u32 xhci_get_port_status(struct usb_hcd *hcd,
|
|
clear_bit(wIndex, &bus_state->resuming_ports);
|
|
clear_bit(wIndex, &bus_state->resuming_ports);
|
|
|
|
|
|
set_bit(wIndex, &bus_state->rexit_ports);
|
|
set_bit(wIndex, &bus_state->rexit_ports);
|
|
|
|
+
|
|
|
|
+ xhci_test_and_clear_bit(xhci, port_array, wIndex,
|
|
|
|
+ PORT_PLC);
|
|
xhci_set_link_state(xhci, port_array, wIndex,
|
|
xhci_set_link_state(xhci, port_array, wIndex,
|
|
XDEV_U0);
|
|
XDEV_U0);
|
|
|
|
|