Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
usb_gadget_strings Struct Reference

#include <gadget.h>

Data Fields

u16 language
 
struct usb_stringstrings
 

Detailed Description

struct usb_gadget_strings - a set of USB strings in a given language :identifies the strings' language (0x0409 for en-us) :array of strings with their ids

If you're using usb_gadget_get_string(), use this to wrap all the strings for a given language.

Definition at line 909 of file gadget.h.

Field Documentation

u16 language

Definition at line 910 of file gadget.h.

struct usb_string* strings

Definition at line 911 of file gadget.h.


The documentation for this struct was generated from the following file: