Index: uspace/app/usbinfo/main.c
===================================================================
--- uspace/app/usbinfo/main.c	(revision e29e09cfb15361d4b60d29efbb44487d8500775b)
+++ uspace/app/usbinfo/main.c	(revision 608afb90f3caa3acb87dfc2cee29572955a448e5)
@@ -81,4 +81,8 @@
 {
 	int rc;
+
+	if (str_cmp(path, "uhci") == 0) {
+		path = "/hw/pci0/00:01.2";
+	}
 
 	devman_handle_t handle;
