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