mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 22:38:08 +00:00
trezorhal: bcdUSB should be 0x0200
This commit is contained in:
parent
435ac7081a
commit
d8d62af275
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user