From e4d542a1d10c2fb3b8a9cb577cb810f85f105744 Mon Sep 17 00:00:00 2001 From: Sebastian Andrzej Siewior Date: Fri, 19 Aug 2011 18:10:56 +0300 Subject: [PATCH] --- yaml --- r: 264904 b: refs/heads/master c: da6819dbffb34861b79d91c05c4eeb37a3792433 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/usb/ch9.h | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index ab4f263699d5..08eade84062e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e8799906045302776b35b66b16495c575db3b69c +refs/heads/master: da6819dbffb34861b79d91c05c4eeb37a3792433 diff --git a/trunk/include/linux/usb/ch9.h b/trunk/include/linux/usb/ch9.h index e809deabf503..1ded281eff88 100644 --- a/trunk/include/linux/usb/ch9.h +++ b/trunk/include/linux/usb/ch9.h @@ -144,6 +144,11 @@ #define USB_INTRF_FUNC_SUSPEND 0 /* function suspend */ #define USB_INTR_FUNC_SUSPEND_OPT_MASK 0xFF00 +/* + * Suspend Options, Table 9-7 USB 3.0 spec + */ +#define USB_INTRF_FUNC_SUSPEND_LP (1 << (8 + 0)) +#define USB_INTRF_FUNC_SUSPEND_RW (1 << (8 + 1)) #define USB_ENDPOINT_HALT 0 /* IN/OUT will STALL */