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
/
Device
/
Audio.c
Age
Commit message (
Expand
)
Author
2011-11-18
Added Class, ClassDevice, ClassHost and ClassCommon to the internal class dri...
Dean
2011-07-19
Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOIN...
Dean
2011-06-19
Code style fixes for the Device mode USB Audio Class driver to make it more i...
Dean
2011-06-16
Rename new Audio class driver functions, callbacks and events to ensure that ...
Dean
2011-06-08
Added new Host mode Audio Class driver.
Dean
2011-06-07
Fix errors in the Audio device demos and class driver regarding multiple samp...
Dean
2011-06-03
Added new callback to the Audio Class driver to allow for endpoint control ma...
Dean
2011-05-29
Added new incomplete AudioInputHost Host LowLevel demo.
Dean
2011-04-12
Add missing function attributes to the pipe/endpoint functions for all archit...
Dean
2011-02-19
Initial restructuring of the core USB driver module to support multiple archi...
Dean
2011-01-01
Update copyright year on all source files.
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-09-30
Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...
Dean
2010-08-22
Changed all Device mode LowLevel demos and Device Class drivers so that the c...
Dean
2010-07-21
Add missing const qualifiers to class drivers.
Dean
2010-05-08
Add svn:eol-style property to source files, so that the line endings are corr...
Dean
2010-04-29
The Audio_Device_IsSampleReceived() and Audio_Device_IsReadyForNextSample() f...
Dean
2010-02-11
Add more include protection macros to give the user warnings when they try to...
Dean
2010-01-05
Inline USB management functions in the Class drivers which are standardized b...
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-13
Test with -Wextra, fix library warnings due to unused function parameters.
Dean
2009-11-07
Add optional pipe double banking support to the Host mode Class drivers.
Dean
2009-10-03
Changed Audio Class driver sample read/write functions to be inline, to reduc...
Dean
2009-08-05
Renamed all library events to properly seperate out Device and Host mode even...
Dean
2009-07-30
Fix incorrect configuration in the ClassDriver AudioOutput demo.
Dean
2009-07-27
State information for class drivers is now zeroed out during enumeration (bot...
Dean
2009-07-21
Added new USB_DeviceState variable to keep track of the current Device mode U...
Dean
2009-06-28
Added const modifiers to device mode class drivers.
Dean
2009-06-18
Break device mode class driver interfaces into seperate config and state stru...
Dean
2009-06-14
Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.
Dean
2009-06-11
Changed to new device mode Class Driver function name prefixes to make way fo...
Dean
2009-06-04
Ensure all USB device class drivers have the same three main functions as the...
Dean
2009-06-04
Minor documentation page updates.
Dean
2009-06-01
Add MIDI class driver, update MIDI device demo to use the new USB class drive...
Dean
2009-06-01
Commit of new class abstraction APIs for all device demos other than the MIDI...
Dean