X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/3d1baa6f953c3c78c78c31466c4f551123e84415..b9b03aadb219d06fbad9d110e508db93e45461af:/LUFA/Drivers/USB/Class/Device/HID.h?ds=inline 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 {