USB_GADGET_STRINGS

Section: (9)
Updated: 14 August 2003
Index Return to Main Contents

 

NAME

struct usb_gadget_strings - a set of USB strings in a given language  

SYNOPSIS

struct usb_gadget_strings {
  u16 language;
  struct usb_string * strings;
};  
 

MEMBERS

language
identifies 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.  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.0.


 

Index

NAME
SYNOPSIS
MEMBERS
DESCRIPTION
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 23:19:31 GMT, August 13, 2003