Index: uspace/app/usbinfo/main.c
===================================================================
--- uspace/app/usbinfo/main.c	(revision e29e09cfb15361d4b60d29efbb44487d8500775b)
+++ 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;
