forked from PAWPAW-Mirror/lib_xua
Add the missing MSB of the maximum packet size and use hex values instead of decimal.
This commit is contained in:
@@ -2863,7 +2863,8 @@ unsigned char cfgDesc_Audio1[] =
|
|||||||
0x05, /* 1 bDescriptorType */
|
0x05, /* 1 bDescriptorType */
|
||||||
ENDPOINT_ADDRESS_IN_HID, /* 2 bEndpointAddress */
|
ENDPOINT_ADDRESS_IN_HID, /* 2 bEndpointAddress */
|
||||||
0x03, /* 3 bmAttributes (INTERRUPT) */
|
0x03, /* 3 bmAttributes (INTERRUPT) */
|
||||||
64, /* 4 wMaxPacketSize */
|
0x40, /* 4 wMaxPacketSize */
|
||||||
|
0x00, /* 5 wMaxPacketSize */
|
||||||
0x08, /* 6 bInterval */
|
0x08, /* 6 bInterval */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user