Initial INC MR3 commit with EVO/BRAVO included and majority of the compile warnings ...
/drivers/staging/usbip/vhci_hcd.c
blob:6e91fc2bd850a2bf9c3e2f11f40fb935b93df873 -> blob:c2018029059c5ce35b17a1965b443f586c1ceec7
--- drivers/staging/usbip/vhci_hcd.c
+++ drivers/staging/usbip/vhci_hcd.c
@@ -163,6 +163,8 @@ void rh_port_disconnect(int rhport)
* spin_unlock(&vdev->ud.lock); */
spin_unlock_irqrestore(&the_controller->lock, flags);
+
+ usb_hcd_poll_rh_status(vhci_to_hcd(the_controller));
}