Index: uspace/drv/rootvirt/devices.def
===================================================================
--- uspace/drv/rootvirt/devices.def	(revision af6b515772b7e673b3f80cc8621a65997fed0821)
+++ uspace/drv/rootvirt/devices.def	(revision da9ebcaebe3f2f652690f890a79e9d9f49d48083)
@@ -22,2 +22,9 @@
 },
 #endif
+#ifdef CONFIG_RUN_VIRTUAL_USB_HC
+/* Virtual USB host controller. */
+{
+	.name = "usbhc",
+	.match_id = "usb&hc=vhc"
+},
+#endif
