|
@@ -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 */
|