Added extra note about missing OUT endpoint configuration to the HID Device mode...
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Device / HID.h
index e3f091b..ccd7426 100644 (file)
                        /** Class state structure. An instance of this structure should be made for each HID interface\r
                         *  within the user application, and passed to each of the HID class driver functions as the\r
                         *  HIDInterfaceInfo parameter. This stores each HID interface's configuration and state information.\r
+                        *\r
+                        *  \note Due to technical limitations, the HID device class driver does not utilize a seperate OUT\r
+                        *        endpoint for host->device communications. Instead, the host->device data (if any) is sent to\r
+                        *        the device via the control endpoint.\r
                         */\r
                        typedef struct\r
                        {\r