aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Common/HIDParser.c
Commit message (Expand)AuthorAgeFilesLines
* 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