Fixed HID report parser corruption when parsing PUSH and POP report item elements.
[pub/lufa.git] / LUFA / Drivers / USB / Class / Common / HIDParser.c
2018-06-17 Dean CameraFixed HID report parser corruption when parsing PUSH...
2018-01-04 Dean CameraUpdate copyrights for 2018.
2017-04-18 Dean CameraUpdate copyrights for 2017.
2016-09-28 Dean CameraMerge pull request #89 from e-chip/master
2016-09-28 e-chipFix USB_SetHIDReportItemInfo() function.
2016-04-03 Dean CameraMerge branch 'master' into dmbs
2016-01-31 Dean CameraUpdate copyrights to 2016.
2015-10-03 Dean CameraMerge pull request #46 from NicoHood/patch-1
2015-08-01 Dean CameraMerge pull request #49 from the2masters/progmem
2015-05-17 Dean CameraUpdate copyrights to 2015 (better late than never).
2014-01-05 Dean CameraMerge pull request #19 from mondalaci/attr-no-inline...
2014-01-03 Dean CameraUpdate copyrights for 2014.
2013-08-23 Dean CameraFix code style in the HID parser module.
2013-08-19 Dean CameraPrevent accessing past the UsageList bounds in the...
2013-01-03 Dean CameraUpdate copyright year to 2013.
2012-10-05 Dean CameraMinor documentation improvements.
2012-09-09 Dean CameraUpdate LUFA core to be compatible with the AVR-GCC...
2012-02-20 Dean CameraRemove potentially unaligned uint32_t access in HIDPars...
2012-02-04 Dean CameraUpdate file contributor copyrights for 2012.
2012-02-04 Dean CameraUpdate file header copyrights for 2012.
2011-12-23 Dean CameraRun wspurify script on /trunk/ and /branches/ C source...
2011-09-17 Dean CameraFixed HID Parser's largest report size bit count not...
2011-09-07 Dean CameraFixed optimization error in the HID Parser item value...
2011-07-12 Dean CameraMinor documentation fixes.
2011-06-20 Dean CameraMake the HID Report Parser Get/Set Report Item routines...
2011-05-14 Dean CameraFixed possible invalid program execution when in host...
2011-04-12 Dean CameraAdd missing function attributes to the pipe/endpoint...
2011-01-30 Dean CameraAdd new HID_DESCRIPTOR_VENDOR() macro, change over...
2011-01-16 Dean CameraNew HID report item macros (with HID_RI_ prefix) to...