USB_STRING
Section: (9)
Updated: 07 August 2003
Index
Return to Main Contents
NAME
struct usb_string - wraps a C string and its USB id
SYNOPSIS
struct usb_string {
u8 id;
const char * s;
};
MEMBERS
- id
-
the (nonzero) ID for this string
- s
-
the string, in ISO-8859/1 characters
DESCRIPTION
If you're using usb_gadget_get_string, use this to wrap a string
together with its ID.
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: 09:53:54 GMT, April 09, 2004