aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Common/HIDParser.c
Commit message (Expand)AuthorAgeFilesLines
* Fix issue with gcc 8.10 compiler (qmk#2914)Drashna Jaelre2019-07-031-2/+1
* Documentation: Update copyrights to 2019.Dean Camera2019-01-081-2/+2
* Fix HID report parser incorrectly decoding 32-bit USAGE elements.Dean Camera2018-12-091-3/+3
* Fixed HID report parser corruption when parsing PUSH and POP report item elem...Dean Camera2018-06-171-1/+1
* Update copyrights for 2018.Dean Camera2018-01-041-2/+2
* Update copyrights for 2017.Dean Camera2017-04-181-2/+2
* Fix USB_SetHIDReportItemInfo() function.e-chip2016-09-281-2/+2
* Update copyrights to 2016.Dean Camera2016-01-311-2/+2
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-171-2/+2
* Update copyrights for 2014.Dean Camera2014-01-041-2/+2
* Fix code style in the HID parser module.Dean Camera2013-08-231-5/+5
* Prevent accessing past the UsageList bounds in the HID parser when dequeueing...Dean Camera2013-08-191-5/+22
* Update copyright year to 2013.Dean Camera2013-01-031-2/+2
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
* Update LUFA core to be compatible with the AVR-GCC -Wswitch-default warning s...Dean Camera2012-09-091-1/+10
* Remove potentially unaligned uint32_t access in HIDParser.c, replace with sta...Dean Camera2012-02-201-3/+4
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...Dean Camera2011-12-231-1/+2
* Fixed HID Parser's largest report size bit count not including the size of th...Dean Camera2011-09-171-2/+1
* Fixed optimization error in the HID Parser item value USB_SetHIDReportItemInf...Dean Camera2011-09-071-10/+8
* Minor documentation fixes.Dean Camera2011-07-121-1/+1
* Make the HID Report Parser Get/Set Report Item routines fail if a NULL pointe...Dean Camera2011-06-201-0/+6
* Fixed possible invalid program execution when in host mode if corrupt descrip...Dean Camera2011-05-141-1/+1
* Add missing function attributes to the pipe/endpoint functions for all archit...Dean Camera2011-04-121-2/+2
* Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device Cl...Dean Camera2011-01-301-0/+3
* New HID report item macros (with HID_RI_ prefix) to allow for easy creation a...Dean Camera2011-01-161-0/+355