aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Device/AudioClassDevice.h
Commit message (Collapse)AuthorAgeFilesLines
* Ensure core library documentation sections use unique IDs.Dean Camera2013-06-011-2/+2
|
* Update copyright year to 2013.Dean Camera2013-01-031-2/+2
|
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
|
* Spell check source code, fix mistakes.Dean Camera2012-06-091-2/+2
|
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-141-18/+7
|
* Audio Device Class driver changed to also require the index of the Audio ↵Dean Camera2012-03-141-0/+3
| | | | Control interface within the device, for SET/GET/CUR/MIN/MAX/RES property adjustments.
* All USB Class Driver configuration struct values are now non-const, to allow ↵Dean Camera2012-02-191-1/+1
| | | | for run-time modifications if required before configuring an instance.
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Added new CALLBACK_Audio_Device_GetSetInterfaceProperty() callback to the ↵Dean Camera2012-01-281-2/+31
| | | | Audio Device Class driver.
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵Dean Camera2011-12-231-3/+3
| | | | trailing whitespace at the end of each line.
* Add new Android Open Accessory class driver to the library core and add a ↵Dean Camera2011-11-241-1/+1
| | | | new Android Open Accessory Host ClassDriver demo.
* Added Class, ClassDevice, ClassHost and ClassCommon to the internal class ↵Dean Camera2011-11-181-0/+375
driver source filenames to prevent ambiguities.