projects
/
pub
/
lufa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
039a714
)
Minor documentation corrections for the new HID report item constant defines.
author
Dean Camera
<dean@fourwalledcubicle.com>
Sun, 16 Jan 2011 19:41:26 +0000
(19:41 +0000)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Sun, 16 Jan 2011 19:41:26 +0000
(19:41 +0000)
LUFA/Drivers/USB/Class/Common/HIDReportData.h
patch
|
blob
|
blame
|
history
LUFA/Drivers/USB/Class/Device/HID.h
patch
|
blob
|
blame
|
history
LUFA/Drivers/USB/Class/Host/HID.h
patch
|
blob
|
blame
|
history
LUFA/Drivers/USB/USB.h
patch
|
blob
|
blame
|
history
diff --git
a/LUFA/Drivers/USB/Class/Common/HIDReportData.h
b/LUFA/Drivers/USB/Class/Common/HIDReportData.h
index
f1effb2
..
a4c5d31
100644
(file)
--- a/
LUFA/Drivers/USB/Class/Common/HIDReportData.h
+++ b/
LUFA/Drivers/USB/Class/Common/HIDReportData.h
@@
-36,9
+36,9
@@
*/
/** \ingroup Group_HIDParser
*/
/** \ingroup Group_HIDParser
- * @defgroup Group_HID
IOFConst Input/Output/Feature Mask
s
+ * @defgroup Group_HID
ReportItemConst HID Report Descriptor Item Constant
s
*
*
- *
Masks indicating the type of Input, Output of Feature HID report item
.
+ *
General HID constant definitions for HID Report Descriptor elements
.
*
* @{
*/
*
* @{
*/
diff --git
a/LUFA/Drivers/USB/Class/Device/HID.h
b/LUFA/Drivers/USB/Class/Device/HID.h
index
bca531a
..
631b191
100644
(file)
--- a/
LUFA/Drivers/USB/Class/Device/HID.h
+++ b/
LUFA/Drivers/USB/Class/Device/HID.h
@@
-43,7
+43,6
@@
* \section Sec_Dependencies Module Source Dependencies
* The following files must be built with any user project that uses this module:
* - LUFA/Drivers/USB/Class/Device/HID.c <i>(Makefile source module name: LUFA_SRC_USBCLASS)</i>
* \section Sec_Dependencies Module Source Dependencies
* The following files must be built with any user project that uses this module:
* - LUFA/Drivers/USB/Class/Device/HID.c <i>(Makefile source module name: LUFA_SRC_USBCLASS)</i>
- * - LUFA/Drivers/USB/Class/Common/HIDParser.c <i>(Makefile source module name: LUFA_SRC_USB)</i>
*
* \section Sec_ModDescription Module Description
* Device Mode USB Class driver framework interface, for the HID USB Class driver.
*
* \section Sec_ModDescription Module Description
* Device Mode USB Class driver framework interface, for the HID USB Class driver.
diff --git
a/LUFA/Drivers/USB/Class/Host/HID.h
b/LUFA/Drivers/USB/Class/Host/HID.h
index
9018324
..
9057845
100644
(file)
--- a/
LUFA/Drivers/USB/Class/Host/HID.h
+++ b/
LUFA/Drivers/USB/Class/Host/HID.h
@@
-43,7
+43,6
@@
* \section Sec_Dependencies Module Source Dependencies
* The following files must be built with any user project that uses this module:
* - LUFA/Drivers/USB/Class/Host/HID.c <i>(Makefile source module name: LUFA_SRC_USBCLASS)</i>
* \section Sec_Dependencies Module Source Dependencies
* The following files must be built with any user project that uses this module:
* - LUFA/Drivers/USB/Class/Host/HID.c <i>(Makefile source module name: LUFA_SRC_USBCLASS)</i>
- * - LUFA/Drivers/USB/Class/Common/HIDParser.c <i>(Makefile source module name: LUFA_SRC_USB)</i>
*
* \section Sec_ModDescription Module Description
* Host Mode USB Class driver framework interface, for the HID USB Class driver.
*
* \section Sec_ModDescription Module Description
* Host Mode USB Class driver framework interface, for the HID USB Class driver.
diff --git
a/LUFA/Drivers/USB/USB.h
b/LUFA/Drivers/USB/USB.h
index
6777618
..
ff72a08
100644
(file)
--- a/
LUFA/Drivers/USB/USB.h
+++ b/
LUFA/Drivers/USB/USB.h
@@
-54,6
+54,7
@@
* - LUFA/Drivers/USB/HighLevel/HostStandardReq.c <i>(Makefile source module name: LUFA_SRC_USB)</i>
* - LUFA/Drivers/USB/HighLevel/PipeStream.c <i>(Makefile source module name: LUFA_SRC_USB)</i>
* - LUFA/Drivers/USB/HighLevel/USBTask.c <i>(Makefile source module name: LUFA_SRC_USB)</i>
* - LUFA/Drivers/USB/HighLevel/HostStandardReq.c <i>(Makefile source module name: LUFA_SRC_USB)</i>
* - LUFA/Drivers/USB/HighLevel/PipeStream.c <i>(Makefile source module name: LUFA_SRC_USB)</i>
* - LUFA/Drivers/USB/HighLevel/USBTask.c <i>(Makefile source module name: LUFA_SRC_USB)</i>
+ * - LUFA/Drivers/USB/Class/Common/HIDParser.c <i>(Makefile source module name: LUFA_SRC_USB)</i>
*
* \section Sec_ModDescription Module Description
* Driver and framework for the USB controller hardware on the USB series of AVR microcontrollers. This module
*
* \section Sec_ModDescription Module Description
* Driver and framework for the USB controller hardware on the USB series of AVR microcontrollers. This module