Barrelfish
Data Fields
usb_string_descriptor_languages Struct Reference

Data Fields

uint8_t bLength
 length of the descriptor in bytes
 
uint8_t bDescriptorType
 always USB_DESCRIPTOR_TYPE_STRING
 
uint16_t wLangID [128]
 language ID code
 

Detailed Description


USB String Descriptor (USB Specification, Rev 2.0, Section 9.6.7)

String descriptors contains string describing certain elements of other USB descriptors. String descriptors are optional. All references to string descriptors are set to zero if they are not implemented by the device

The strings are encoded using UNICODE and are NOT null terminated.


The documentation for this struct was generated from the following file: