Index: uspace/drv/bus/usb/uhci/uhci_rh.c
===================================================================
--- uspace/drv/bus/usb/uhci/uhci_rh.c	(revision 74271e0a1348908216d562f2d82b720a726c6aff)
+++ uspace/drv/bus/usb/uhci/uhci_rh.c	(revision 44d518b1a7d7299066fe7f86da20fdf84943af63)
@@ -172,5 +172,5 @@
 
 	const uint16_t val = pio_read_16(hub->ports[port]);
-	const uint32_t status = uint16_usb2host(
+	const uint32_t status = uint32_host2usb(
 	    UHCI2USB(val, STATUS_CONNECTED, USB_HUB_FEATURE_PORT_CONNECTION) |
 	    UHCI2USB(val, STATUS_ENABLED, USB_HUB_FEATURE_PORT_ENABLE) |
