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
/
Host
/
HIDParser.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added new Printer Host mode Class driver.
Dean Camera
2009-11-04
1
-31
/
+27
*
Fixed HID report parser collection paths invalid due to misplaced semicolon i...
Dean Camera
2009-11-04
1
-33
/
+9
*
Rename the AT90USBXXX67 internal driver directory to AVRU4U6U7.
Dean Camera
2009-11-03
1
-1
/
+1
*
Fix accidentally changed code breaking the HID descriptor parser.
Dean Camera
2009-10-05
1
-2
/
+1
*
Changed Audio Class driver sample read/write functions to be inline, to reduc...
Dean Camera
2009-10-03
1
-1
/
+2
*
Add new error condition to the HID Report Parser for when a report is parsed ...
Dean Camera
2009-09-22
1
-0
/
+3
*
Add new attributes to the HID Report Parser and HID Host Mode Class driver to...
Dean Camera
2009-09-21
1
-4
/
+11
*
Add const qualifiers to Host mode Class drivers.
Dean Camera
2009-09-21
1
-1
/
+1
*
Finish Class Driver MouseHost demo. Update HID Host Class driver; boot protoc...
Dean Camera
2009-09-20
1
-17
/
+7
*
Added new Pipe_IsFrozen() macro to determine if the currently selected pipe i...
Dean Camera
2009-09-20
1
-0
/
+21
*
Change HID report parser so that it can calculate and record the sizes (IN, O...
Dean Camera
2009-09-09
1
-16
/
+39
*
Finish Still Image Host class driver.
Dean Camera
2009-09-09
1
-1
/
+1
*
Add user-filtering to the HID report parser, so that the user code can decide...
Dean Camera
2009-09-02
1
-42
/
+31
*
Changed HIDParser to only zero out important values in the Parsed HID Report ...
Dean Camera
2009-09-01
1
-2
/
+7
*
Add return codes to the CDC Host Class driver String/Byte transmission functi...
Dean Camera
2009-08-31
1
-1
/
+2
*
Added flag to the HID report parser to indicate if a device has multiple repo...
Dean Camera
2009-08-11
1
-4
/
+9
*
Fixed swapped paremeters in the HID state memory copy call while processing a...
Dean Camera
2009-08-11
1
-43
/
+32
*
Fixed report data alignment issues in the MouseHostWithParser demo when X and...
Dean Camera
2009-07-28
1
-0
/
+2
*
Fixed broken HIDReportParser.c.
Dean Camera
2009-06-15
1
-1
/
+3
*
Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.
Dean Camera
2009-06-14
1
-0
/
+3
*
Commit of new class abstraction APIs for all device demos other than the MIDI...
Dean Camera
2009-06-01
1
-0
/
+326