aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host/HIDParser.c
Commit message (Expand)AuthorAgeFilesLines
* Added new Pipe_IsFrozen() macro to determine if the currently selected pipe i...Dean Camera2009-09-201-0/+21
* Change HID report parser so that it can calculate and record the sizes (IN, O...Dean Camera2009-09-091-16/+39
* Finish Still Image Host class driver.Dean Camera2009-09-091-1/+1
* Add user-filtering to the HID report parser, so that the user code can decide...Dean Camera2009-09-021-42/+31
* Changed HIDParser to only zero out important values in the Parsed HID Report ...Dean Camera2009-09-011-2/+7
* Add return codes to the CDC Host Class driver String/Byte transmission functi...Dean Camera2009-08-311-1/+2
* Added flag to the HID report parser to indicate if a device has multiple repo...Dean Camera2009-08-111-4/+9
* Fixed swapped paremeters in the HID state memory copy call while processing a...Dean Camera2009-08-111-43/+32
* Fixed report data alignment issues in the MouseHostWithParser demo when X and...Dean Camera2009-07-281-0/+2
* Fixed broken HIDReportParser.c.Dean Camera2009-06-151-1/+3
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-141-0/+3
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-011-0/+326