mirror of
https://github.com/raphnet/gc_n64_usb-v3
synced 2024-12-22 07:18:52 -05:00
Set .bcdUSB to the correct value
Should be 0x0110 for 1.1
This commit is contained in:
parent
e7426e684a
commit
be2894b68c
2
main.c
2
main.c
@ -255,7 +255,7 @@ static const struct cfg0_2p cfg0_2p PROGMEM = {
|
|||||||
struct usb_device_descriptor device_descriptor = {
|
struct usb_device_descriptor device_descriptor = {
|
||||||
.bLength = sizeof(struct usb_device_descriptor),
|
.bLength = sizeof(struct usb_device_descriptor),
|
||||||
.bDescriptorType = DEVICE_DESCRIPTOR,
|
.bDescriptorType = DEVICE_DESCRIPTOR,
|
||||||
.bcdUSB = 0x0101,
|
.bcdUSB = 0x0110,
|
||||||
.bDeviceClass = 0, // set at interface
|
.bDeviceClass = 0, // set at interface
|
||||||
.bDeviceSubClass = 0, // set at interface
|
.bDeviceSubClass = 0, // set at interface
|
||||||
.bDeviceProtocol = 0,
|
.bDeviceProtocol = 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user