aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host/HIDParser.h
Commit message (Expand)AuthorAgeFilesLines
* Fix doxygen documentation - doxygen was getting confused on the variable-leng...Dean Camera2009-11-171-4/+4
* Fixed HID host Class driver report send/receive report broken when issued thr...Dean Camera2009-11-091-9/+2
* Added new Printer Host mode Class driver.Dean Camera2009-11-041-1/+1
* Fixed HID report parser collection paths invalid due to misplaced semicolon i...Dean Camera2009-11-041-1/+1
* Rename the AT90USBXXX67 internal driver directory to AVRU4U6U7.Dean Camera2009-11-031-2/+2
* Doxygen fixes to \param directives to give data direction in all projects. Ma...Dean Camera2009-09-241-1/+1
* Add new error condition to the HID Report Parser for when a report is parsed ...Dean Camera2009-09-221-0/+1
* Add new attributes to the HID Report Parser and HID Host Mode Class driver to...Dean Camera2009-09-211-2/+3
* Finish initial draft of the Host Mode HID Class driver.Dean Camera2009-09-211-2/+2
* Add const qualifiers to Host mode Class drivers.Dean Camera2009-09-211-2/+2
* Finish Class Driver MouseHost demo. Update HID Host Class driver; boot protoc...Dean Camera2009-09-201-3/+3
* Added new Pipe_IsFrozen() macro to determine if the currently selected pipe i...Dean Camera2009-09-201-0/+12
* Change HID report parser so that it can calculate and record the sizes (IN, O...Dean Camera2009-09-091-4/+27
* Add user-filtering to the HID report parser, so that the user code can decide...Dean Camera2009-09-021-12/+18
* Add return codes to the CDC Host Class driver String/Byte transmission functi...Dean Camera2009-08-311-3/+3
* Added flag to the HID report parser to indicate if a device has multiple repo...Dean Camera2009-08-111-7/+11
* Added module file dependancy information to the USB class drivers.Dean Camera2009-07-141-0/+5
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-7/+7
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-011-0/+263