\r
.Class = 0x03,\r
.SubClass = 0x01,\r
- .Protocol = 0x01,\r
+ .Protocol = HID_BOOT_KEYBOARD_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 | KEYBOARD_EPNUM),\r
- .Attributes = EP_TYPE_INTERRUPT,\r
+ .Attributes = (EP_TYPE_INTERRUPT | ENDPOINT_ATTR_NO_SYNC | ENDPOINT_USAGE_DATA),\r
.EndpointSize = KEYBOARD_EPSIZE,\r
- .PollingIntervalMS = 0x04\r
+ .PollingIntervalMS = 0x0A\r
},\r
};\r
\r