.InterfaceNumber = 0x00,\r
.AlternateSetting = 0x00,\r
\r
- .TotalEndpoints = 2,\r
+ .TotalEndpoints = 1,\r
\r
.Class = 0x03,\r
.SubClass = 0x01,\r
.PollingIntervalMS = 0x02\r
},\r
\r
- .KeyboardOutEndpoint = \r
- {\r
- .Header = {.Size = sizeof(USB_Descriptor_Endpoint_t), .Type = DTYPE_Endpoint},\r
-\r
- .EndpointAddress = (ENDPOINT_DESCRIPTOR_DIR_OUT | KEYBOARD_OUT_EPNUM),\r
- .Attributes = EP_TYPE_INTERRUPT,\r
- .EndpointSize = HID_EPSIZE,\r
- .PollingIntervalMS = 0x02\r
- },\r
-\r
.MouseInterface = \r
{\r
.Header = {.Size = sizeof(USB_Descriptor_Interface_t), .Type = DTYPE_Interface},\r