index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
LUFA
/
Drivers
/
USB
/
Class
/
Common
/
HIDParser.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed HID report parser corruption when parsing PUSH and POP report item elem...
Dean Camera
2018-06-17
1
-1
/
+1
*
Update copyrights for 2018.
Dean Camera
2018-01-04
1
-2
/
+2
*
Update copyrights for 2017.
Dean Camera
2017-04-18
1
-2
/
+2
*
Fix USB_SetHIDReportItemInfo() function.
e-chip
2016-09-28
1
-2
/
+2
*
Update copyrights to 2016.
Dean Camera
2016-01-31
1
-2
/
+2
*
Update copyrights to 2015 (better late than never).
Dean Camera
2015-05-17
1
-2
/
+2
*
Update copyrights for 2014.
Dean Camera
2014-01-04
1
-2
/
+2
*
Fix code style in the HID parser module.
Dean Camera
2013-08-23
1
-5
/
+5
*
Prevent accessing past the UsageList bounds in the HID parser when dequeueing...
Dean Camera
2013-08-19
1
-5
/
+22
*
Update copyright year to 2013.
Dean Camera
2013-01-03
1
-2
/
+2
*
Minor documentation improvements.
Dean Camera
2012-10-05
1
-1
/
+1
*
Update LUFA core to be compatible with the AVR-GCC -Wswitch-default warning s...
Dean Camera
2012-09-09
1
-1
/
+10
*
Remove potentially unaligned uint32_t access in HIDParser.c, replace with sta...
Dean Camera
2012-02-20
1
-3
/
+4
*
Update file contributor copyrights for 2012.
Dean Camera
2012-02-04
1
-1
/
+1
*
Update file header copyrights for 2012.
Dean Camera
2012-02-04
1
-1
/
+1
*
Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...
Dean Camera
2011-12-23
1
-1
/
+2
*
Fixed HID Parser's largest report size bit count not including the size of th...
Dean Camera
2011-09-17
1
-2
/
+1
*
Fixed optimization error in the HID Parser item value USB_SetHIDReportItemInf...
Dean Camera
2011-09-07
1
-10
/
+8
*
Minor documentation fixes.
Dean Camera
2011-07-12
1
-1
/
+1
*
Make the HID Report Parser Get/Set Report Item routines fail if a NULL pointe...
Dean Camera
2011-06-20
1
-0
/
+6
*
Fixed possible invalid program execution when in host mode if corrupt descrip...
Dean Camera
2011-05-14
1
-1
/
+1
*
Add missing function attributes to the pipe/endpoint functions for all archit...
Dean Camera
2011-04-12
1
-2
/
+2
*
Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device Cl...
Dean Camera
2011-01-30
1
-0
/
+3
*
New HID report item macros (with HID_RI_ prefix) to allow for easy creation a...
Dean Camera
2011-01-16
1
-0
/
+355