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
/
Audio.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move RNDISConstants.h into the RNDIS class driver common definition header.
Dean Camera
2010-10-28
1
-1
/
+10
*
Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...
Dean Camera
2010-10-28
1
-1
/
+1
*
Add descriptor class, subclass and protocol constants to the class drivers, m...
Dean Camera
2010-10-25
1
-0
/
+25
*
All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...
Dean Camera
2010-10-24
1
-4
/
+4
*
Clean up excessive whitespace at the end of each line using the wspurify tool...
Dean Camera
2010-10-13
1
-65
/
+66
*
Fix up incorrect version numbers in demo/project descriptors.
Dean Camera
2010-09-28
1
-44
/
+44
*
Move out many of the common class driver constants into grouped enums, to mak...
Dean Camera
2010-09-28
1
-149
/
+179
*
Whitespace corrections.
Dean Camera
2010-09-09
1
-28
/
+28
*
Added class specific descriptor type defines with standard USB-IF element nam...
Dean Camera
2010-09-09
1
-60
/
+290
*
Clarify in the documentation that the Audio demos and driver is for the Audio...
Dean Camera
2010-08-21
1
-3
/
+3
*
Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().
Dean Camera
2010-06-17
1
-78
/
+78
*
Add svn:eol-style property to source files, so that the line endings are corr...
Dean Camera
2010-05-08
1
-406
/
+406
*
Add briefs for the library core structures.
Dean Camera
2010-03-29
1
-9
/
+29
*
Add file-level brief documentation.
Dean Camera
2010-03-29
1
-0
/
+7
*
Add more include protection macros to give the user warnings when they try to...
Dean Camera
2010-02-11
1
-0
/
+5
*
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
*
Spell check all source code variables, comments and strings.
Dean Camera
2009-11-09
1
-2
/
+2
*
Added new "Common" section to the class drivers, to hold all mode-independant...
Dean Camera
2009-08-27
1
-0
/
+6
*
Added const modifiers to device mode class drivers.
Dean Camera
2009-06-28
1
-1
/
+1
*
Reduce struct name pollution - group typedef struct names by class driver nam...
Dean Camera
2009-06-26
1
-10
/
+17
*
Break device mode class driver interfaces into seperate config and state stru...
Dean Camera
2009-06-18
1
-21
/
+1
*
Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.
Dean Camera
2009-06-14
1
-0
/
+381