Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19237
b: refs/heads/master
c: c02c4bb
h: refs/heads/master
i:
  19235: 4270f84
v: v3
  • Loading branch information
David Brownell authored and Greg Kroah-Hartman committed Feb 1, 2006
1 parent bab922c commit 9ba335f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 877260bd2618d1a6e6acf63100bd9d009b7c2856
refs/heads/master: c02c4bb2058587d3c012ec08268fd93fdc654ae7
6 changes: 4 additions & 2 deletions trunk/include/linux/usb_ch9.h
Original file line number Diff line number Diff line change
Expand Up @@ -535,9 +535,11 @@ enum usb_device_state {
*/
USB_STATE_NOTATTACHED = 0,

/* the chapter 9 device states */
/* chapter 9 and authentication (wireless) device states */
USB_STATE_ATTACHED,
USB_STATE_POWERED,
USB_STATE_POWERED, /* wired */
USB_STATE_UNAUTHENTICATED, /* auth */
USB_STATE_RECONNECTING, /* auth */
USB_STATE_DEFAULT, /* limited function */
USB_STATE_ADDRESS,
USB_STATE_CONFIGURED, /* most functions */
Expand Down

0 comments on commit 9ba335f

Please sign in to comment.