Index: uspace/drv/bus/usb/xhci/rh.c
===================================================================
--- uspace/drv/bus/usb/xhci/rh.c	(revision 36e8a0c8cef28cfa2e5a3588fe73c90b186d8ce8)
+++ uspace/drv/bus/usb/xhci/rh.c	(revision 09187c6ee5a3d4c32339c65240992a9a76d267dc)
@@ -275,5 +275,5 @@
 	 * not cause an interrupt.
 	 */
-	for (uint8_t i = 1; i < rh->max_ports; ++i) {
+	for (uint8_t i = 0; i < rh->max_ports; ++i) {
 		xhci_rh_handle_port_change(rh, i + 1);
 
