other versions
- stretch 4.9.168-1
STRUCT USB_GADGET_ST(9) | Kernel Mode Gadget API | STRUCT USB_GADGET_ST(9) |
NAME¶
struct_usb_gadget_strings - a set of USB strings in a given languageSYNOPSIS¶
struct usb_gadget_strings { u16 language; struct usb_string * strings; };
MEMBERS¶
languageidentifies the strings' language (0x0409 for en-us)
strings
array of strings with their ids
DESCRIPTION¶
If you're using usb_gadget_get_string, use this to wrap all the strings for a given language.AUTHOR¶
David Brownell <dbrownell@users.sourceforge.net>Author.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |