projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Oops - with new changes to the way the device Configuration Descriptor is retrieved...
[pub/USBasp.git]
/
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
e3f091b
..
ccd7426
100644
(file)
--- a/
LUFA/Drivers/USB/Class/Device/HID.h
+++ b/
LUFA/Drivers/USB/Class/Device/HID.h
@@
-60,6
+60,10
@@
/** 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
/** 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
*/
\r
typedef struct
\r
{
\r