projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Move check for devices not supporting internal serials in demos which make use of...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
Class
/
Common
/
HID.h
diff --git
a/LUFA/Drivers/USB/Class/Common/HID.h
b/LUFA/Drivers/USB/Class/Common/HID.h
index
54403d4
..
b860f08
100644
(file)
--- a/
LUFA/Drivers/USB/Class/Common/HID.h
+++ b/
LUFA/Drivers/USB/Class/Common/HID.h
@@
-29,6
+29,12
@@
*/
\r
\r
/** \ingroup Group_USBClassHID
\r
*/
\r
\r
/** \ingroup Group_USBClassHID
\r
+ * @defgroup Group_USBClassHIDCommon Common Class Definitions
\r
+ *
\r
+ * \section Module Description
\r
+ * Constants, Types and Enum definitions that are common to both Device and Host modes for the USB
\r
+ * HID Class.
\r
+ *
\r
* @{
\r
*/
\r
\r
* @{
\r
*/
\r
\r
@@
-80,7
+86,7
@@
\r
uint8_t HIDReportType;
\r
uint16_t HIDReportLength;
\r
\r
uint8_t HIDReportType;
\r
uint16_t HIDReportLength;
\r
- } USB_
Descriptor_HID
_t;
\r
+ } USB_
HID_Descriptor
_t;
\r
\r
/** Type define for the data type used to store HID report descriptor elements. */
\r
typedef uint8_t USB_Descriptor_HIDReport_Datatype_t;
\r
\r
/** Type define for the data type used to store HID report descriptor elements. */
\r
typedef uint8_t USB_Descriptor_HIDReport_Datatype_t;
\r