USB_STRING_DESCR(9S) | Data Structures for Drivers | USB_STRING_DESCR(9S) |
#include <sys/usb/usba.h>
Please refer to Section 9.6.7 of the USB 2.0 specification. The USB 2.0 specification is available at www.usb.org.
A string descriptor has the following fields:
uint8_t bLength Size of this descriptor, in bytes. uint8_t bDescriptorType Set to USB_DESCR_TYPE_STRING. uint16_t bString[1]; Variable length Unicode encoded string.
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
Architecture | PCI-based systems |
Interface stability | Committed |
January 5, 2004 | OmniOS |