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