Add demos/bootloaders/projects overview to the manual.
[pub/USBasp.git] / Projects / Magstripe / Magstripe.h
index 2b8aa37..21aa2f2 100644 (file)
@@ -48,7 +48,7 @@
 \r
                #include <LUFA/Version.h>\r
                #include <LUFA/Drivers/USB/USB.h>\r
-               #include <LUFA/Drivers/USB/Class/Device/HID.h>\r
+               #include <LUFA/Drivers/USB/Class/HID.h>\r
 \r
        /* Macros: */\r
                /** HID keyboard keycode to indicate that the "1" key is currently pressed. */\r
@@ -79,8 +79,9 @@
                void EVENT_USB_ConfigurationChanged(void);\r
                void EVENT_USB_UnhandledControlPacket(void);\r
 \r
-               uint16_t CALLBACK_USB_HID_CreateNextHIDReport(USB_ClassInfo_HID_t* HIDInterfaceInfo, void* ReportData);\r
-               void     CALLBACK_USB_HID_ProcessReceivedHIDReport(USB_ClassInfo_HID_t* HIDInterfaceInfo,\r
-                                                                  void* ReportData, uint16_t ReportSize);\r
-               \r
+               uint16_t CALLBACK_HID_Device_CreateHIDReport(USB_ClassInfo_HID_Device_t* HIDInterfaceInfo, uint8_t* ReportID,\r
+                                                            void* ReportData);\r
+               void CALLBACK_HID_Device_ProcessHIDReport(USB_ClassInfo_HID_Device_t* HIDInterfaceInfo, uint8_t ReportID,\r
+                                                  void* ReportData, uint16_t ReportSize);\r
+                                                                                                                 \r
 #endif\r