1STRUCT USB_GADGET_ST(9) Kernel Mode Gadget API STRUCT USB_GADGET_ST(9)
2
3
4
6 struct_usb_gadget_strings - a set of USB strings in a given language
7
9 struct usb_gadget_strings {
10 u16 language;
11 struct usb_string * strings;
12 };
13
15 language
16 identifies the strings' language (0x0409 for en-us)
17
18 strings
19 array of strings with their ids
20
22 If you're using usb_gadget_get_string, use this to wrap all the strings
23 for a given language.
24
26 David Brownell <dbrownell@users.sourceforge.net>
27 Author.
28
30Kernel Hackers Manual 2.6. November 2011 STRUCT USB_GADGET_ST(9)