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
/
Common
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Update Doxygen documentation configuration file for the main project document...
Dean Camera
2011-01-03
1
-1
/
+3
*
Update copyright year on all source files.
Dean Camera
2011-01-01
8
-16
/
+16
*
Documentation improvements - put driver example code into its own section, fi...
Dean Camera
2010-12-26
8
-8
/
+8
*
Fixed incorrect definition of the HID_KEYBOARD_SC_D constant in the HID class...
Dean Camera
2010-12-13
1
-2
/
+3
*
Minor documentation improvements.
Dean Camera
2010-11-03
1
-8
/
+8
*
Added standard keyboard HID report scancode defines (thanks to László Monda).
Dean Camera
2010-10-28
1
-13
/
+232
*
Move RNDISConstants.h into the RNDIS class driver common definition header.
Dean Camera
2010-10-28
8
-130
/
+135
*
Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...
Dean Camera
2010-10-28
9
-9
/
+9
*
Add descriptor class, subclass and protocol constants to the class drivers, m...
Dean Camera
2010-10-25
7
-38
/
+155
*
All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...
Dean Camera
2010-10-24
9
-51
/
+82
*
Clean up excessive whitespace at the end of each line using the wspurify tool...
Dean Camera
2010-10-13
9
-209
/
+218
*
Fixed MIDI_Host_Flush() not aborting early when the specified MIDI host inter...
Dean Camera
2010-10-12
2
-16
/
+16
*
Fix up incorrect version numbers in demo/project descriptors.
Dean Camera
2010-09-28
2
-47
/
+50
*
Move out many of the common class driver constants into grouped enums, to mak...
Dean Camera
2010-09-28
7
-302
/
+466
*
Whitespace corrections.
Dean Camera
2010-09-09
3
-40
/
+40
*
Added class specific descriptor type defines with standard USB-IF element nam...
Dean Camera
2010-09-09
3
-85
/
+444
*
Clarify in the documentation that the Audio demos and driver is for the Audio...
Dean Camera
2010-08-21
1
-3
/
+3
*
Added new SCSI_ASENSE_NOT_READY_TO_READY_CHANGE constant to the Mass Storage ...
Dean Camera
2010-08-20
1
-0
/
+5
*
Oops - fix mixed "initialize" and "initialise" - opt for American spelling du...
Dean Camera
2010-07-30
1
-1
/
+1
*
More spell checking of all source files -- correct missed errors, switch to E...
Dean Camera
2010-07-30
1
-1
/
+1
*
Rename reserved members of all structs so that they are uniformly named acros...
Dean Camera
2010-07-26
1
-5
/
+5
*
Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().
Dean Camera
2010-06-17
7
-216
/
+220
*
Fixed incorrect function references in the Mass Storage Class driver document...
Dean Camera
2010-06-03
1
-1
/
+3
*
More documentation fixes.
Dean Camera
2010-06-03
2
-3
/
+3
*
Minor documentation cleanups.
Dean Camera
2010-06-03
3
-12
/
+12
*
Add svn:eol-style property to source files, so that the line endings are corr...
Dean Camera
2010-05-08
9
-1942
/
+1942
*
Change over unix line-endings to dos line endings.
Dean Camera
2010-05-07
1
-1
/
+1
*
Added new EVENT_CDC_Device_BreakSent() event and CDC_Host_SendBreak() functio...
Dean Camera
2010-05-06
1
-0
/
+9
*
Add briefs for the library core structures.
Dean Camera
2010-03-29
9
-35
/
+140
*
Add file-level brief documentation.
Dean Camera
2010-03-29
9
-0
/
+63
*
All Class Driver Host mode demos now correctly set the board LEDs to READY on...
Dean Camera
2010-03-25
2
-7
/
+7
*
Add more include protection macros to give the user warnings when they try to...
Dean Camera
2010-02-11
8
-2
/
+48
*
Added Keyboard LED report masks (KEYBOARD_LED_*) to the HID class driver and ...
Dean Camera
2010-02-07
1
-0
/
+12
*
Added keyboard modifier masks (HID_KEYBOARD_MODIFER_*) to the HID class drive...
Dean Camera
2010-02-07
1
-12
/
+38
*
Update copyright year to 2010.
Dean Camera
2009-12-30
9
-18
/
+18
*
Fix MIT license language to make its intent clearer.
Dean Camera
2009-12-28
9
-63
/
+63
*
Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C...
Dean Camera
2009-11-26
2
-1
/
+114
*
Fixed incorrect values for REPORT_ITEM_TYPE_* enum values causing corrupt dat...
Dean Camera
2009-11-23
1
-3
/
+3
*
The incomplete StandaloneProgrammer project now uses Host and Device Mass sto...
Dean Camera
2009-11-23
1
-0
/
+63
*
Make RNDISHost demo validate the set Packet Filter to ensure that it is being...
Dean Camera
2009-11-17
1
-5
/
+5
*
Spell check all source code variables, comments and strings.
Dean Camera
2009-11-09
2
-6
/
+6
*
Fixed HID host Class driver report send/receive report broken when issued thr...
Dean Camera
2009-11-09
1
-0
/
+8
*
Add missing Printer.h common class driver file.
Dean Camera
2009-11-04
1
-0
/
+71
*
Oops - Keyboard boot report structure should be an array of 6 keycodes.
Dean Camera
2009-09-20
1
-1
/
+1
*
Added new Pipe_IsFrozen() macro to determine if the currently selected pipe i...
Dean Camera
2009-09-20
1
-8
/
+39
*
Finish Still Image Host class driver.
Dean Camera
2009-09-09
1
-1
/
+1
*
Add StillImage Host Class Driver functions for opening and closing sessions. ...
Dean Camera
2009-09-02
1
-1
/
+1
*
Added documentation for the constants and enums of the new StillImage Host Cl...
Dean Camera
2009-09-01
1
-27
/
+33
*
Fixed StillImageHost not correctly freezing and unfreezing data pipes while w...
Dean Camera
2009-09-01
1
-4
/
+12
*
Added start of the Still Image Host Class driver demo and driver code.
Dean Camera
2009-08-30
1
-0
/
+43
[prev]
[next]