\r
.Class = 0x03,\r
.SubClass = 0x00,\r
- .Protocol = 0x00,\r
+ .Protocol = HID_NON_BOOT_PROTOCOL,\r
\r
.InterfaceStrIndex = NO_DESCRIPTOR\r
},\r
.Header = {.Size = sizeof(USB_Descriptor_Endpoint_t), .Type = DTYPE_Endpoint},\r
\r
.EndpointAddress = (ENDPOINT_DESCRIPTOR_DIR_IN | GENERIC_IN_EPNUM),\r
- .Attributes = EP_TYPE_INTERRUPT,\r
+ .Attributes = (EP_TYPE_INTERRUPT | ENDPOINT_ATTR_NO_SYNC | ENDPOINT_USAGE_DATA),\r
.EndpointSize = GENERIC_EPSIZE,\r
- .PollingIntervalMS = 0x02\r
+ .PollingIntervalMS = 0x0A\r
},\r
};\r
\r