.InterfaceNumber = 0x00,\r
.AlternateSetting = 0x00,\r
\r
- .TotalEndpoints = 2,\r
+ .TotalEndpoints = 1,\r
\r
.Class = 0x03,\r
.SubClass = 0x00,\r
.EndpointSize = GENERIC_EPSIZE,\r
.PollingIntervalMS = 0x02\r
},\r
-\r
- .GenericOUTEndpoint = \r
- {\r
- .Header = {.Size = sizeof(USB_Descriptor_Endpoint_t), .Type = DTYPE_Endpoint},\r
- \r
- .EndpointAddress = (ENDPOINT_DESCRIPTOR_DIR_OUT | GENERIC_OUT_EPNUM),\r
- .Attributes = EP_TYPE_INTERRUPT,\r
- .EndpointSize = GENERIC_EPSIZE,\r
- .PollingIntervalMS = 0x02\r
- }\r
};\r
\r
/** Language descriptor structure. This descriptor, located in FLASH memory, is returned when the host requests\r