usb_speed_string(9) Returns human readable-name of the speed.

SYNOPSIS

const char * usb_speed_string(enumĀ usb_device_speedĀ speed);

ARGUMENTS

speed

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

AUTHOR

David Brownell <[email protected]>

Author.

COPYRIGHT