trezorhal: bcdUSB should be 0x0200

This commit is contained in:
Pavol Rusnak 2017-04-04 00:59:13 +02:00
parent 435ac7081a
commit d8d62af275
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ int usb_init(const usb_dev_info_t *dev_info) {
// Device descriptor
usb_dev_desc.bLength = USB_LEN_DEV_DESC;
usb_dev_desc.bDescriptorType = USB_DESC_TYPE_DEVICE;
usb_dev_desc.bcdUSB = 0x00ef;
usb_dev_desc.bcdUSB = 0x0200;
usb_dev_desc.bDeviceClass = 0xef; // Composite Device Class
usb_dev_desc.bDeviceSubClass = 0x02; // Common Class
usb_dev_desc.bDeviceProtocol = 0x01; // Interface Association Descriptor