aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Device/HID.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-06-05 06:46:23 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-06-05 06:46:23 +0000
commit6a7c298c0f7119e44e18de15d714cd8b938e3bef (patch)
tree07a373a2fbf8ce15b46428d2043d8722ca68565f /LUFA/Drivers/USB/Class/Device/HID.h
parent3d1baa6f953c3c78c78c31466c4f551123e84415 (diff)
downloadlufa-6a7c298c0f7119e44e18de15d714cd8b938e3bef.tar.gz
lufa-6a7c298c0f7119e44e18de15d714cd8b938e3bef.tar.bz2
lufa-6a7c298c0f7119e44e18de15d714cd8b938e3bef.zip
Synchronise with the 090605 release.
Diffstat (limited to 'LUFA/Drivers/USB/Class/Device/HID.h')
-rw-r--r--LUFA/Drivers/USB/Class/Device/HID.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/LUFA/Drivers/USB/Class/Device/HID.h b/LUFA/Drivers/USB/Class/Device/HID.h
index 4fd6f2c22..f863f811d 100644
--- a/LUFA/Drivers/USB/Class/Device/HID.h
+++ b/LUFA/Drivers/USB/Class/Device/HID.h
@@ -104,6 +104,9 @@
* within the user application, and passed to each of the HID class driver functions as the
* HIDInterfaceInfo parameter. The contents of this structure should be set to their correct
* values when used, or ommitted to force the library to use default values.
+ *
+ * Note that for the HID class driver, host-to-device reports are received via HID class requests
+ * rather than a dedicated endpoint to simplify the driver and its interface.
*/
typedef struct
{