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