From 6a7c298c0f7119e44e18de15d714cd8b938e3bef Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 5 Jun 2009 06:46:23 +0000 Subject: Synchronise with the 090605 release. --- LUFA/Drivers/USB/Class/Device/HID.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'LUFA/Drivers/USB/Class/Device/HID.h') 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 { -- cgit v1.2.3