diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-06-05 06:46:23 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-06-05 06:46:23 +0000 |
commit | 6a7c298c0f7119e44e18de15d714cd8b938e3bef (patch) | |
tree | 07a373a2fbf8ce15b46428d2043d8722ca68565f /LUFA/Drivers | |
parent | 3d1baa6f953c3c78c78c31466c4f551123e84415 (diff) | |
download | lufa-6a7c298c0f7119e44e18de15d714cd8b938e3bef.tar.gz lufa-6a7c298c0f7119e44e18de15d714cd8b938e3bef.tar.bz2 lufa-6a7c298c0f7119e44e18de15d714cd8b938e3bef.zip |
Synchronise with the 090605 release.
Diffstat (limited to 'LUFA/Drivers')
-rw-r--r-- | LUFA/Drivers/USB/Class/Device/HID.h | 3 |
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
{
|