aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/Class/Common/HIDParser.h
AgeCommit message (Expand)Author
2012-02-04Update file contributor copyrights for 2012.Dean
2012-02-04Update file header copyrights for 2012.Dean
2012-02-01Minor documentation improvements.Dean
2011-12-23Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...dean
2011-11-18Added Class, ClassDevice, ClassHost and ClassCommon to the internal class dri...Dean
2011-09-07Fixed optimization error in the HID Parser item value USB_SetHIDReportItemInf...Dean
2011-07-12Minor documentation fixes.Dean
2011-06-01Spell check library source code files.Dean
2011-02-20More Doxygen updates for multiple architecture support.Dean
2011-02-20Start update of documentation to support possible multiple architectures in t...Dean
2011-02-19Initial restructuring of the core USB driver module to support multiple archi...Dean
2011-02-19Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean
2011-01-30Removed SerialStream module, rolled functionality into the base USART Serial ...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