projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed GenericHIDHost demo report write routine incorrect for control type requests...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
Class
/
HIDReportData.h
diff --git
a/LUFA/Drivers/USB/Class/HIDReportData.h
b/LUFA/Drivers/USB/Class/HIDReportData.h
index
b1468a3
..
eee38be
100644
(file)
--- a/
LUFA/Drivers/USB/Class/HIDReportData.h
+++ b/
LUFA/Drivers/USB/Class/HIDReportData.h
@@
-34,6
+34,14
@@
* flag's meaning when applied to an IN, OUT or FEATURE item.
\r
*/
\r
\r
* flag's meaning when applied to an IN, OUT or FEATURE item.
\r
*/
\r
\r
+/** \ingroup Group_HIDParser
\r
+ * @defgroup Group_HIDIOFConst Input/Output/Feature Masks
\r
+ *
\r
+ * Masks indicating the type of Input, Output of Feature HID report item.
\r
+ *
\r
+ * @{
\r
+ */
\r
+
\r
#ifndef __HIDREPORTDATA_H__
\r
#define __HIDREPORTDATA_H__
\r
\r
#ifndef __HIDREPORTDATA_H__
\r
#define __HIDREPORTDATA_H__
\r
\r
@@
-126,5
+134,7
@@
#define TAG_LOCAL_USAGEMIN 0x10
\r
#define TAG_LOCAL_USAGEMAX 0x20
\r
#endif
\r
#define TAG_LOCAL_USAGEMIN 0x10
\r
#define TAG_LOCAL_USAGEMAX 0x20
\r
#endif
\r
+
\r
+/** @} */
\r
\r
#endif
\r
\r
#endif
\r