aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host/HIDParser.h
Commit message (Expand)AuthorAgeFilesLines
* Add file-level brief documentation.Dean Camera2010-03-291-3/+4
* Fixed incorrect definition of HID_ALIGN_DATA() causing incorrect HID report i...Dean Camera2010-03-241-1/+1
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-111-0/+4
* Fixed USB_GetHIDReportSize() returning the number of bits in the specified re...Dean Camera2010-02-091-1/+1
* Clean up MassStorageKeyboard demo.Dean Camera2010-01-031-1/+1
* 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
* Un-inline the SendAddress function in NVMTarget.c/.h of the AVRISP project.Dean Camera2009-12-171-1/+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-2/+19
* 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