Standardized the naming scheme given to configuration descriptor sub-elements in...
[pub/USBasp.git] / Demos / Device / ClassDriver / MassStorageKeyboard / Descriptors.h
index c29d908..13fb64c 100644 (file)
                typedef struct\r
                {\r
                        USB_Descriptor_Configuration_Header_t Config;\r
-                       USB_Descriptor_Interface_t            MassStorageInterface;\r
-                       USB_Descriptor_Endpoint_t             MassStorageDataInEndpoint;\r
-                       USB_Descriptor_Endpoint_t             MassStorageDataOutEndpoint;\r
-                       USB_Descriptor_Interface_t            KeyboardInterface;\r
-                       USB_HID_Descriptor_t                  KeyboardHID;\r
-               USB_Descriptor_Endpoint_t             KeyboardEndpoint;\r
+                       USB_Descriptor_Interface_t            MS_Interface;\r
+                       USB_Descriptor_Endpoint_t             MS_DataInEndpoint;\r
+                       USB_Descriptor_Endpoint_t             MS_DataOutEndpoint;\r
+                       USB_Descriptor_Interface_t            HID_KeyboardInterface;\r
+                       USB_HID_Descriptor_t                  HID_KeyboardHID;\r
+               USB_Descriptor_Endpoint_t             HID_ReportINEndpoint;\r
                } USB_Descriptor_Configuration_t;\r
                \r
        /* Function Prototypes: */\r