1STRUCT USB_GADGET_ST(9)     Kernel Mode Gadget API     STRUCT USB_GADGET_ST(9)
2
3
4

NAME

6       struct_usb_gadget_strings - a set of USB strings in a given language
7

SYNOPSIS

9       struct usb_gadget_strings {
10         u16 language;
11         struct usb_string * strings;
12       };
13

MEMBERS

15       language
16           identifies the strings' language (0x0409 for en-us)
17
18       strings
19           array of strings with their ids
20

DESCRIPTION

22       If you're using usb_gadget_get_string, use this to wrap all the strings
23       for a given language.
24

AUTHOR

26       David Brownell <dbrownell@users.sourceforge.net>
27           Author.
28
30Kernel Hackers Manual 3.10         June 2019           STRUCT USB_GADGET_ST(9)
Impressum