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
*
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