STRUCTUSB_STRING(9) Kernel Mode Gadget API STRUCT USB_STRING(9)NAMEstruct_usb_string - wraps a C string and its USB idSYNOPSISstruct usb_string { u8 id; const char * s; };MEMBERSid the (nonzero) ID for this string s the string, in UTF-8 encodingDESCRIPTIONIf you're using usb_gadget_get_string, use this to wrap a string together with its ID.AUTHORDavid Brownell <dbrownell@users.sourceforge.net> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 STRUCT USB_STRING(9)
| Related Man Pages |
|---|
| struct_bss_parameters(9) - centos |
| struct_ieee80211_tx_rate(9) - centos |
| struct_usb_configuration(9) - centos |
| struct_usb_device_driver(9) - centos |
| struct_usb_function(9) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| How to increment version inside a file? |
| DB2 convert digits to binary format |
| Unsure why access time on a directory change isn't changing |
| Controlling user input |