Index: uspace/drv/bus/usb/xhci/hw_struct/regs.h
===================================================================
--- uspace/drv/bus/usb/xhci/hw_struct/regs.h	(revision 65e079b11c245f28c65cd3982c37eb7b84d7a199)
+++ uspace/drv/bus/usb/xhci/hw_struct/regs.h	(revision 816335cd9d1194df5ee9bf8ddbd84d42d45bffaf)
@@ -241,5 +241,5 @@
 	 * 15:14 - PIC
 	 *          27  26  25  24  23  22  21  20  19  18  17  16
-     * 27:16 - WOE WDE WCE CAS CEC PLC PRC OCC WRC PEC CSC LWS
+	 * 27:16 - WOE WDE WCE CAS CEC PLC PRC OCC WRC PEC CSC LWS
 	 *    30 - DR
 	 *    31 - WPR
@@ -546,4 +546,8 @@
 } xhci_sp_name_t;
 
+static const xhci_sp_name_t xhci_name_usb = {
+    .str = "USB "
+};
+
 static inline xhci_extcap_t *xhci_extcap_next(const xhci_extcap_t *cur)
 {
