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