1. NAME

struct_usb_gadget_strings - a set of USB strings in a given language

2. SYNOPSIS



 
Sélectionnez
struct usb_gadget_strings {
  u16 language;
  struct usb_string * strings;
};

3. MEMBERS

language
    identifies the stringsAq language (0x0409 for en-us)

strings
    array of strings with their ids

4. DESCRIPTION

If youAqre using usb_gadget_get_string, use this to wrap all the strings for a given language.

5. AUTHOR

David Brownell <>
    Author.

6. COPYRIGHT