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