Index: uspace/drv/bus/usb/uhci/uhci_rh.c
===================================================================
--- uspace/drv/bus/usb/uhci/uhci_rh.c	(revision e646c61b6e5cf7a2785eafadfd624b952a78ce12)
+++ uspace/drv/bus/usb/uhci/uhci_rh.c	(revision be554d93f05571fa5597ccecb0a2446a0d28043d)
@@ -124,7 +124,8 @@
 	 * enter suspend state. */
 	udelay(10);
-	/* Enable the port. */
+	/* Drop ConnectionChange as some UHCI hw
+	 * sets this bit after reset, that is incorrect */
 	port_status &= ~STATUS_WC_BITS;
-	pio_write_16(port, port_status | STATUS_ENABLED);
+	pio_write_16(port, port_status | STATUS_ENABLED | STATUS_CONNECTED_CHANGED);
 }
 #define TEST_SIZE_INIT(size, port, hub) \
