Index: uspace/drv/bus/usb/xhci/bus.c
===================================================================
--- uspace/drv/bus/usb/xhci/bus.c	(revision 2cf28b9d069a6ca711200eb94197fa3b893ee323)
+++ uspace/drv/bus/usb/xhci/bus.c	(revision 625582027915794d9d32a84c757e9dedce77173a)
@@ -146,4 +146,5 @@
 		const unsigned offset = 4 * (xhci_dev->tier - 2);
 		xhci_dev->route_str |= (dev->port & 0xf) << offset;
+		xhci_dev->rh_port = xhci_hub->rh_port;
 	}
 
