X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/b88e0a7b90671a6b96196acc04fb811035663f22..24ea531fabb6d9f2445c4b3c28214db97b10b15c:/Demos/Device/ClassDriver/KeyboardMouseMultiReport/Descriptors.h?ds=inline diff --git a/Demos/Device/ClassDriver/KeyboardMouseMultiReport/Descriptors.h b/Demos/Device/ClassDriver/KeyboardMouseMultiReport/Descriptors.h index 0a9d729dc..7dbb331f2 100644 --- a/Demos/Device/ClassDriver/KeyboardMouseMultiReport/Descriptors.h +++ b/Demos/Device/ClassDriver/KeyboardMouseMultiReport/Descriptors.h @@ -60,11 +60,13 @@ /** Size in bytes of each of the HID reporting IN. */ #define HID_EPSIZE 16 - + + /* Enums: */ + /** Enum for the HID report IDs used in the device. */ enum { - HID_REPORTID_MouseReport = 0x01, - HID_REPORTID_KeyboardReport = 0x02, + HID_REPORTID_MouseReport = 0x01, /**< Report ID for the Mouse report within the device. */ + HID_REPORTID_KeyboardReport = 0x02, /**< Report ID for the Keyboard report within the device. */ } HID_Report_IDs; /* Function Prototypes: */