1. NAME

usb_state_string - Returns human readable name for the state.

2. SYNOPSIS

const char * usb_state_string(enum usb_device_state  state );

3. ARGUMENTS

state
    The state to return a human-readable name for. If itAqs not any of the states devices in usb_device_state_string enum, the string UNKNOWN will be returned.

4. AUTHOR

David Brownell <>
    Author.

5. COPYRIGHT