Index: uspace/drv/vhc/hcd.c
===================================================================
--- uspace/drv/vhc/hcd.c	(revision c4ba29c7688e121e2c22a263ae8e83c21b9fc046)
+++ uspace/drv/vhc/hcd.c	(revision f0da4eb258211882fbaa5e4b83d61b5fa8df0861)
@@ -108,4 +108,10 @@
 	fibril_add_ready(fid);
 
+	/*
+	 * Temporary workaround. Wait a little bit to be the last driver
+	 * in devman output.
+	 */
+	sleep(4);
+
 	return usb_hcd_main(&vhc_driver);
 }
