···138138139139/*140140 * New Feature Selectors as added by USB 3.0141141- * See USB 3.0 spec Table 9-6141141+ * See USB 3.0 spec Table 9-7142142 */143143#define USB_DEVICE_U1_ENABLE 48 /* dev may initiate U1 transition */144144#define USB_DEVICE_U2_ENABLE 49 /* dev may initiate U2 transition */···147147148148#define USB_INTR_FUNC_SUSPEND_OPT_MASK 0xFF00149149/*150150- * Suspend Options, Table 9-7 USB 3.0 spec150150+ * Suspend Options, Table 9-8 USB 3.0 spec151151 */152152#define USB_INTRF_FUNC_SUSPEND_LP (1 << (8 + 0))153153#define USB_INTRF_FUNC_SUSPEND_RW (1 << (8 + 1))