aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Device/Audio.c
Commit message (Expand)AuthorAgeFilesLines
* Inline USB management functions in the Class drivers which are standardized b...Dean Camera2010-01-051-5/+0
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* Test with -Wextra, fix library warnings due to unused function parameters.Dean Camera2009-12-131-1/+1
* Add optional pipe double banking support to the Host mode Class drivers.Dean Camera2009-11-071-1/+1
* Changed Audio Class driver sample read/write functions to be inline, to reduc...Dean Camera2009-10-031-61/+0
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-051-1/+1
* Fix incorrect configuration in the ClassDriver AudioOutput demo.Dean Camera2009-07-301-13/+19
* State information for class drivers is now zeroed out during enumeration (bot...Dean Camera2009-07-271-1/+3
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-211-2/+1
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-7/+7
* Break device mode class driver interfaces into seperate config and state stru...Dean Camera2009-06-181-15/+15
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-141-0/+5
* Changed to new device mode Class Driver function name prefixes to make way fo...Dean Camera2009-06-111-11/+11
* Ensure all USB device class drivers have the same three main functions as the...Dean Camera2009-06-041-0/+5
* Minor documentation page updates.Dean Camera2009-06-041-1/+1
* Add MIDI class driver, update MIDI device demo to use the new USB class drive...Dean Camera2009-06-011-2/+2
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-011-0/+154