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