From df29aa37c05ff0251bd17f54c750bac56d7279b7 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 11 Aug 2009 11:19:22 +0000 Subject: Added flag to the HID report parser to indicate if a device has multiple reports. SetIdle requests to the HID device driver with a 0 idle period (send changes only) now only affect the requested HID interface within the device, not all HID interfaces. Apply correct fix to the HID report parser for PUSH items - current HID item attribute stack was being copied in the wrong direction. Fixed HID report parser not resetting the FEATURE item count when a REPORT ID item is encountered. --- LUFA/ManPages/ChangeLog.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'LUFA/ManPages/ChangeLog.txt') diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index a6ed06c89..059734f2f 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -10,14 +10,18 @@ * * New: * - Added new host class drivers and matching demos to the library for rapid application development + * - Added flag to the HID report parser to indicate if a device has multiple reports * * Changed: + * - SetIdle requests to the HID device driver with a 0 idle period (send changes only) now only affect the requested + * HID interface within the device, not all HID interfaces. * * Fixed: * - Fixed possible lockup in the CDC device class driver, when the host sends data that is a multiple of the * endpoint's bank * - Fixed swapped paremeters in the HID state memory copy call while processing a HID PUSH item in the HID report parser * - Fixed memory corruption HID report parser when too many COLLECTION or PUSH items were processed + * - Fixed HID report parser not resetting the FEATURE item count when a REPORT ID item is encountered * * * \section Sec_ChangeLog090810 Version 090810 -- cgit v1.2.3