Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264904
b: refs/heads/master
c: da6819d
h: refs/heads/master
v: v3
  • Loading branch information
Sebastian Andrzej Siewior authored and Greg Kroah-Hartman committed Aug 22, 2011
1 parent a1f7d54 commit e4d542a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e8799906045302776b35b66b16495c575db3b69c
refs/heads/master: da6819dbffb34861b79d91c05c4eeb37a3792433
5 changes: 5 additions & 0 deletions trunk/include/linux/usb/ch9.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down

0 comments on commit e4d542a

Please sign in to comment.