Added flag to the HID report parser to indicate if a device has multiple reports.
[pub/lufa.git] / LUFA / ManPages / ChangeLog.txt
index a6ed06c..059734f 100644 (file)
   *\r
   *  <b>New:</b>\r
   *  - Added new host class drivers and matching demos to the library for rapid application development\r
+  *  - Added flag to the HID report parser to indicate if a device has multiple reports\r
   *  \r
   *  <b>Changed:</b>\r
+  *  - SetIdle requests to the HID device driver with a 0 idle period (send changes only) now only affect the requested\r
+  *    HID interface within the device, not all HID interfaces.\r
   *\r
   *  <b>Fixed:</b>\r
   *  - Fixed possible lockup in the CDC device class driver, when the host sends data that is a multiple of the\r
   *    endpoint's bank\r
   *  - Fixed swapped paremeters in the HID state memory copy call while processing a HID PUSH item in the HID report parser\r
   *  - Fixed memory corruption HID report parser when too many COLLECTION or PUSH items were processed\r
+  *  - Fixed HID report parser not resetting the FEATURE item count when a REPORT ID item is encountered\r
   *\r
   *\r
   *  \section Sec_ChangeLog090810 Version 090810\r