Index: uspace/lib/usbhost/include/usb/host/bus.h
===================================================================
--- uspace/lib/usbhost/include/usb/host/bus.h	(revision 6271a349ac2cca2530102d30f2c9decf64972d81)
+++ uspace/lib/usbhost/include/usb/host/bus.h	(revision 32b2a6f2ada68012ac1adeae0f0a262a7b8653d9)
@@ -68,5 +68,10 @@
 	/* Invalid for the roothub device */
 	unsigned port;
+
+	/** Hub under which this device is connected */
 	struct device *hub;
+
+	/** USB Tier of the device */
+	uint8_t tier;
 
 	/* Transaction translator */
