other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
USB_SPEED_STRING(9) | Kernel Mode Gadget API | USB_SPEED_STRING(9) |
NAME¶
usb_speed_string - Returns human readable-name of the speed.SYNOPSIS¶
const
char *
usb_speed_string(enum usb_device_speed speed);
ARGUMENTS¶
speedThe 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 <dbrownell@users.sourceforge.net>Author.
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |