Get rid of the redundant ATTR_NEVER_INLINE macro which translated to the same as...
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Common / HIDParser.c
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...