Wraps a c string and its usb id
struct usb_string {
u8 id;
const char * s;
};
id
the (nonzero) ID for this string
s
the string, in UTF-8 encoding
If you're using usb_gadget_get_string, use this to wrap a string together with its ID.
David Brownell <[email protected]>
Author.