aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/Class/Host/HIDParser.h
AgeCommit message (Expand)Author
2011-01-16New HID report item macros (with HID_RI_ prefix) to allow for easy creation a...Dean
2011-01-08Minor documentation improvements.Dean
2011-01-01Update copyright year on all source files.Dean
2010-12-26Documentation improvements - put driver example code into its own section, fi...Dean
2010-10-28Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean
2010-10-24All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...Dean
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify tool...Dean
2010-08-10Fixed USB_GetHIDReportItemInfo() function modifying the given report item's d...Dean
2010-07-21Add missing const qualifiers to class drivers.Dean
2010-07-19Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean
2010-07-13Added const attributes to some of the class driver function parameters that w...Dean
2010-06-17Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().Dean
2010-06-16Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...Dean
2010-06-15Fix HID parser documentation for the default maximum report/path/etc. element...Dean
2010-06-03Minor documentation cleanups.Dean
2010-05-29Fix spacing of the function parameter descriptions in the Doxygen documentation.Dean
2010-05-08Add svn:eol-style property to source files, so that the line endings are corr...Dean
2010-03-29Add briefs for the library core structures.Dean
2010-03-29Add file-level brief documentation.Dean
2010-03-24Fixed incorrect definition of HID_ALIGN_DATA() causing incorrect HID report i...Dean
2010-02-11Add more include protection macros to give the user warnings when they try to...Dean
2010-02-09Fixed USB_GetHIDReportSize() returning the number of bits in the specified re...Dean
2010-01-03Clean up MassStorageKeyboard demo.Dean
2009-12-30Update copyright year to 2010.Dean
2009-12-28Fix MIT license language to make its intent clearer.Dean
2009-12-17Un-inline the SendAddress function in NVMTarget.c/.h of the AVRISP project.Dean
2009-12-04Fix incorrect const'ness of the ReportItem parameter in USB_SetHIDReportItemI...Dean
2009-12-04Fixed HID Parser not distributing the Usage Min and Usage Max values across a...Dean
2009-11-17Fix doxygen documentation - doxygen was getting confused on the variable-leng...Dean
2009-11-09Fixed HID host Class driver report send/receive report broken when issued thr...Dean
2009-11-04Added new Printer Host mode Class driver.Dean
2009-11-04Fixed HID report parser collection paths invalid due to misplaced semicolon i...Dean
2009-11-03Rename the AT90USBXXX67 internal driver directory to AVRU4U6U7.Dean
2009-09-24Doxygen fixes to \param directives to give data direction in all projects. Ma...Dean
2009-09-22Add new error condition to the HID Report Parser for when a report is parsed ...Dean
2009-09-21Add new attributes to the HID Report Parser and HID Host Mode Class driver to...Dean
2009-09-21Finish initial draft of the Host Mode HID Class driver.Dean
2009-09-21Add const qualifiers to Host mode Class drivers.Dean
2009-09-20Finish Class Driver MouseHost demo. Update HID Host Class driver; boot protoc...Dean
2009-09-20Added new Pipe_IsFrozen() macro to determine if the currently selected pipe i...Dean
2009-09-09Change HID report parser so that it can calculate and record the sizes (IN, O...Dean
2009-09-02Add user-filtering to the HID report parser, so that the user code can decide...Dean
2009-08-31Add return codes to the CDC Host Class driver String/Byte transmission functi...Dean
2009-08-11Added flag to the HID report parser to indicate if a device has multiple repo...Dean
2009-07-14Added module file dependancy information to the USB class drivers.Dean
2009-06-28Added const modifiers to device mode class drivers.Dean
2009-06-01Commit of new class abstraction APIs for all device demos other than the MIDI...Dean