Searched defs:usb_device_descriptor (Results 1 – 1 of 1) sorted by relevance
348 struct usb_device_descriptor { struct349 uint8_t bLength; /* Descriptor size in bytes = 18 */350 uint8_t bDescriptorType; /* DEVICE descriptor type = 1 */351 uint16_t bcdUSB; /* USB spec in BCD, e.g. 0x0200 */354 uint8_t bDeviceProtocol; /* Protocol, if 0 see interface */355 uint8_t bMaxPacketSize0; /* Endpoint 0 max. size */356 uint16_t idVendor; /* Vendor ID per USB-IF */357 uint16_t idProduct; /* Product ID per manufacturer */358 uint16_t bcdDevice; /* Device release # in BCD */359 uint8_t iManufacturer; /* Index to manufacturer string */[all …]
Completed in 18 milliseconds