This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // USB Device Descriptor | |
| 0x12, // bLength | |
| 0x01, // bDescriptorType (Device) | |
| 0x00, 0x02, // bcdUSB 2.00 | |
| 0x00, // bDeviceClass (Use class information in the Interface Descriptors) | |
| 0x00, // bDeviceSubClass | |
| 0x00, // bDeviceProtocol | |
| 0x40, // bMaxPacketSize0 64 | |
| 0x7E, 0x05, // idVendor 0x057E |