aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host/HIDParser.c
Commit message (Expand)AuthorAgeFilesLines
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-353/+353
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-111-0/+1
* Fixed USB_GetHIDReportSize() returning the number of bits in the specified re...Dean Camera2010-02-091-1/+3
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* Fix double oops -- Host mode settle delay was still being ignored due to inve...Dean Camera2009-12-041-3/+3
* Fix incorrect const'ness of the ReportItem parameter in USB_SetHIDReportItemI...Dean Camera2009-12-041-1/+1
* Fixed HID Parser not distributing the Usage Min and Usage Max values across a...Dean Camera2009-12-041-7/+19
* Added new Printer Host mode Class driver.Dean Camera2009-11-041-31/+27
* Fixed HID report parser collection paths invalid due to misplaced semicolon i...Dean Camera2009-11-041-33/+9
* Rename the AT90USBXXX67 internal driver directory to AVRU4U6U7.Dean Camera2009-11-031-1/+1
* Fix accidentally changed code breaking the HID descriptor parser.Dean Camera2009-10-051-2/+1
* Changed Audio Class driver sample read/write functions to be inline, to reduc...Dean Camera2009-10-031-1/+2
* Add new error condition to the HID Report Parser for when a report is parsed ...Dean Camera2009-09-221-0/+3
* Add new attributes to the HID Report Parser and HID Host Mode Class driver to...Dean Camera2009-09-211-4/+11
* Add const qualifiers to Host mode Class drivers.Dean Camera2009-09-211-1/+1
* Finish Class Driver MouseHost demo. Update HID Host Class driver; boot protoc...Dean Camera2009-09-201-17/+7
* 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