From: Dean Camera Date: Wed, 7 Sep 2011 10:18:49 +0000 (+0000) Subject: Fixed optimization error in the HID Parser item value USB_SetHIDReportItemInfo()... X-Git-Tag: LUFA-111009~17 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/4b229cb5efbf80295432a52973b5708f54cba748?hp=4b229cb5efbf80295432a52973b5708f54cba748 Fixed optimization error in the HID Parser item value USB_SetHIDReportItemInfo() and USB_GetHIDReportItemInfo() routines if the report item was NULL (which should be allowable according to the API). Fixed HID Parser CALLBACK_HIDParser_FilterHIDReportItem() callback function not being passed a cacheable report item pointer. ---