Re-add in old Endpoint/Pipe workaround for unordered pipes - add new ORDERED_EP_CONFI...
[pub/USBasp.git] / Demos / Host / LowLevel / KeyboardHostWithParser / HIDReport.h
index cf409ca..6994017 100644 (file)
@@ -3,7 +3,7 @@
      Copyright (C) Dean Camera, 2010.
 
   dean [at] fourwalledcubicle [dot] com
-      www.fourwalledcubicle.com
+           www.lufa-lib.org
 */
 
 /*
 
                #include "KeyboardHostWithParser.h"
 
+       /* Macros: */
+               /** HID Report Descriptor Usage Page value for a desktop keyboard. */
+               #define USAGE_PAGE_KEYBOARD             0x07
+
        /* Enums: */
                /** Enum for the possible return codes of the \ref GetHIDReportData() function. */
                enum KeyboardHostWithParser_GetHIDReportDataCodes_t