Fixed optimization error in the HID Parser item value USB_SetHIDReportItemInfo()...
authorDean Camera <dean@fourwalledcubicle.com>
Wed, 7 Sep 2011 10:18:49 +0000 (10:18 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Wed, 7 Sep 2011 10:18:49 +0000 (10:18 +0000)
commit4b229cb5efbf80295432a52973b5708f54cba748
tree676a6d3ffda6595cef85b6715dd7e048e2a11ddb
parent94e0a0058a33d09cc83be94d32dcc7ab9e2eb61a
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.
LUFA/Drivers/USB/Class/Common/HIDParser.c
LUFA/Drivers/USB/Class/Common/HIDParser.h
LUFA/ManPages/ChangeLog.txt
LUFA/ManPages/FutureChanges.txt