aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/Class/Common/HIDParser.c
AgeCommit message (Expand)Author
2012-02-20Remove potentially unaligned uint32_t access in HIDParser.c, replace with sta...Dean
2012-02-04Update file contributor copyrights for 2012.Dean
2012-02-04Update file header copyrights for 2012.Dean
2011-12-23Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...dean
2011-09-17Fixed HID Parser's largest report size bit count not including the size of th...Dean
2011-09-07Fixed optimization error in the HID Parser item value USB_SetHIDReportItemInf...Dean
2011-07-12Minor documentation fixes.Dean
2011-06-20Make the HID Report Parser Get/Set Report Item routines fail if a NULL pointe...Dean
2011-05-14Fixed possible invalid program execution when in host mode if corrupt descrip...Dean
2011-04-12Add missing function attributes to the pipe/endpoint functions for all archit...Dean
2011-01-30Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device Cl...Dean
2011-01-16New HID report item macros (with HID_RI_ prefix) to allow for easy creation a...Dean