From: Dean Camera Date: Fri, 4 Dec 2009 01:06:26 +0000 (+0000) Subject: Fixed HID Parser not distributing the Usage Min and Usage Max values across an array... X-Git-Tag: LUFA-110528-BETA~780 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/2919aeeaaba0d1d54e03f9132269c5277d414543?hp=2919aeeaaba0d1d54e03f9132269c5277d414543 Fixed HID Parser not distributing the Usage Min and Usage Max values across an array of report items. Added new HID_ALIGN_DATA() macro to return the pre-retrieved value of a HID report item, left-aligned to a given datatype. Added new PreviousValue to the HID Report Parser report item structure, for easy monitoring of previous report item values. ---