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
/
Device
/
Audio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Renamed all library events to properly seperate out Device and Host mode even...
Dean Camera
2009-08-05
1
-1
/
+1
*
Fix incorrect configuration in the ClassDriver AudioOutput demo.
Dean Camera
2009-07-30
1
-13
/
+19
*
State information for class drivers is now zeroed out during enumeration (bot...
Dean Camera
2009-07-27
1
-1
/
+3
*
Added new USB_DeviceState variable to keep track of the current Device mode U...
Dean Camera
2009-07-21
1
-2
/
+1
*
Added const modifiers to device mode class drivers.
Dean Camera
2009-06-28
1
-7
/
+7
*
Break device mode class driver interfaces into seperate config and state stru...
Dean Camera
2009-06-18
1
-15
/
+15
*
Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.
Dean Camera
2009-06-14
1
-0
/
+5
*
Changed to new device mode Class Driver function name prefixes to make way fo...
Dean Camera
2009-06-11
1
-11
/
+11
*
Ensure all USB device class drivers have the same three main functions as the...
Dean Camera
2009-06-04
1
-0
/
+5
*
Minor documentation page updates.
Dean Camera
2009-06-04
1
-1
/
+1
*
Add MIDI class driver, update MIDI device demo to use the new USB class drive...
Dean Camera
2009-06-01
1
-2
/
+2
*
Commit of new class abstraction APIs for all device demos other than the MIDI...
Dean Camera
2009-06-01
1
-0
/
+154