Index: uspace/drv/bus/usb/uhci/uhci.c
===================================================================
--- uspace/drv/bus/usb/uhci/uhci.c	(revision e0d8b7404a8f8e19b5c91d6e9d75d8cd07c00b37)
+++ uspace/drv/bus/usb/uhci/uhci.c	(revision 4b8ecffbc51da8fc4fe3817c93b9963057a82d59)
@@ -150,8 +150,8 @@
 
 	/*
-	 * Creating root hub registers a new USB device so all HC
-	 * functionality needs to be ready at this time.
+	 * Creating root hub registers a new USB device so HC
+	 * needs to be ready at this time.
 	 */
-	ret = hcd_ddf_setup_root_hub(device, USB_SPEED_FULL);
+	ret = hcd_ddf_setup_root_hub(device);
 	if (ret != EOK) {
 		// TODO: Undo hcd_setup_device
