X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/feabfd12ce3d14b43d2decb2b2f1c5b27e9d6181..35bdada24b49c4dd1900a78a1595077b99814cf9:/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 b4c400f05..00d73a9a0 100644 --- a/LUFA/Drivers/USB/Class/Device/HID.h +++ b/LUFA/Drivers/USB/Class/Device/HID.h @@ -71,7 +71,8 @@ { bool UsingReportProtocol; /**< Indicates if the HID interface is set to Boot or Report protocol mode */ uint16_t IdleCount; /**< Report idle period, in ms, set by the host */ - uint16_t IdleMSRemaining; /**< Total number of ms remaining before the idle period elapses */ + uint16_t IdleMSRemaining; /**< Total number of ms remaining before the idle period elapsed - this should be + * decremented by the user application if non-zero each millisecond */ } USB_ClassInfo_HID_Device_State_t; /** Class state structure. An instance of this structure should be made for each HID interface