.Class = 0x00,\r
.SubClass = 0x00,\r
.Protocol = 0x00,\r
- \r
+ \r
.Endpoint0Size = FIXED_CONTROL_ENDPOINT_SIZE,\r
\r
.VendorID = 0x03EB,\r
.JoystickHID = \r
{\r
.Header = {.Size = sizeof(USB_Descriptor_HID_t), .Type = DTYPE_HID},\r
- \r
+ \r
.HIDSpec = VERSION_BCD(01.11),\r
.CountryCode = 0x00,\r
.TotalReportDescriptors = 1,\r
.JoystickEndpoint = \r
{\r
.Header = {.Size = sizeof(USB_Descriptor_Endpoint_t), .Type = DTYPE_Endpoint},\r
- \r
+ \r
.EndpointAddress = (ENDPOINT_DESCRIPTOR_DIR_IN | JOYSTICK_EPNUM),\r
.Attributes = EP_TYPE_INTERRUPT,\r
.EndpointSize = JOYSTICK_EPSIZE,\r