Added multiple Report ID support to the HID class driver. Removed OUT endpoint suppor...
[pub/USBasp.git] / Demos / Device / GenericHID / Descriptors.h
index bc4c68a..01db53e 100644 (file)
                        USB_Descriptor_Interface_t            Interface;\r
                        USB_Descriptor_HID_t                  GenericHID;\r
                USB_Descriptor_Endpoint_t             GenericINEndpoint;\r
-               USB_Descriptor_Endpoint_t             GenericOUTEndpoint;\r
                } USB_Descriptor_Configuration_t;\r
 \r
        /* Macros: */\r
                /** Endpoint number of the Generic HID reporting IN endpoint. */\r
                #define GENERIC_IN_EPNUM          1\r
 \r
-               /** Endpoint number of the Generic HID reporting OUT endpoint. */\r
-               #define GENERIC_OUT_EPNUM         2\r
-\r
                /** Size in bytes of the Generic HID reporting endpoint. */\r
                #define GENERIC_EPSIZE            8\r
                \r