Index: uspace/drv/uhci/main.c
===================================================================
--- uspace/drv/uhci/main.c	(revision ba7f6717aa5c46dc46b07495cac2ae3d548369d6)
+++ uspace/drv/uhci/main.c	(revision 7972b5174bd5f797d8676d4e3c36a81a8748fd94)
@@ -77,8 +77,6 @@
 	/*
 	 * We need to announce the presence of our root hub.
-	 * Commented out until the problem which causes the whole task to
-	 * block is solved.
 	 */
-	//usb_hcd_add_root_hub(device);
+	usb_hcd_add_root_hub(device);
 
 	return EOK;
