Index: uspace/app/usbinfo/main.c
===================================================================
--- uspace/app/usbinfo/main.c	(revision 7ffe82ff725f119bd6fb3fc526ac3bb0a0c43e39)
+++ uspace/app/usbinfo/main.c	(revision 21809796396120c73188ecd3650d25471b0f13aa)
@@ -62,4 +62,9 @@
 {
 	int rc;
+
+	/* Hack for QEMU to save-up on typing ;-). */
+	if (str_cmp(devpath, "qemu") == 0) {
+		devpath = "/hw/pci0/00:01.2/uhci-rh/usb00_a1";
+	}
 
 	char *path = str_dup(devpath);
