Enhance the HotmailNotifier project so that the LEDs' individual brightness can be...
[pub/USBasp.git] / Demos / Host / LowLevel / KeyboardHostWithParser / ConfigDescriptor.h
index 338adc9..2a6d56d 100644 (file)
@@ -37,7 +37,7 @@
 #define _CONFIGDESCRIPTOR_H_\r
 \r
        /* Includes: */\r
-               #include <LUFA/Drivers/USB/USB.h>                        // USB Functionality\r
+               #include <LUFA/Drivers/USB/USB.h>\r
                \r
                #include "HIDReport.h"\r
                \r
@@ -58,6 +58,7 @@
                #define DTYPE_Report                   0x22\r
        \r
        /* Enums: */\r
+               /** Enum for the possible return codes of the ProcessConfigurationDescriptor() function. */\r
                enum KeyboardHostWithParser_GetConfigDescriptorDataCodes_t\r
                {\r
                        SuccessfulConfigRead            = 0, /**< Configuration Descriptor was processed successfully */\r
@@ -73,7 +74,7 @@
                uint8_t ProcessConfigurationDescriptor(void);\r
 \r
                uint8_t DComp_NextKeyboardInterface(void* CurrentDescriptor);\r
-               uint8_t DComp_NextInterfaceKeyboardDataEndpoint(void* CurrentDescriptor);\r
+               uint8_t DComp_NextKeyboardInterfaceDataEndpoint(void* CurrentDescriptor);\r
                uint8_t DComp_NextHID(void* CurrentDescriptor);\r
                \r
 #endif\r