Standardized the naming scheme given to configuration descriptor sub-elements in...
[pub/lufa.git] / Demos / Device / ClassDriver / GenericHID / Descriptors.h
index efe1393..26985f1 100644 (file)
@@ -50,9 +50,9 @@
                typedef struct\r
                {\r
                        USB_Descriptor_Configuration_Header_t Config;\r
-                       USB_Descriptor_Interface_t            Interface;\r
-                       USB_HID_Descriptor_t                  GenericHID;\r
-               USB_Descriptor_Endpoint_t             GenericINEndpoint;\r
+                       USB_Descriptor_Interface_t            HID_Interface;\r
+                       USB_HID_Descriptor_t                  HID_GenericHID;\r
+               USB_Descriptor_Endpoint_t             HID_ReportINEndpoint;\r
                } USB_Descriptor_Configuration_t;\r
 \r
        /* Macros: */\r