1. NAME

usb_speed_string - Returns human readable-name of the speed.

2. SYNOPSIS

const char * usb_speed_string(enum usb_device_speed  speed );

3. ARGUMENTS

speed
    The speed to return human-readable name for. If itAqs not any of the speeds defined in usb_device_speed enum, string for USB_SPEED_UNKNOWN will be returned.

4. AUTHOR

David Brownell <>
    Author.

5. COPYRIGHT