aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host/Audio.h
Commit message (Expand)AuthorAgeFilesLines
* Added Class, ClassDevice, ClassHost and ClassCommon to the internal class dri...Dean Camera2011-11-181-420/+0
* Remove redundant prototype for Audio_Host_StartStopStreaming() and Audio_Host...Dean Camera2011-08-281-8/+6
* Add missing function attributes.Dean Camera2011-07-121-16/+28
* Add missing SVN eol-style properties to source files to prevent mixed end-of-...Dean Camera2011-06-161-410/+410
* Rename new Audio class driver functions, callbacks and events to ensure that ...Dean Camera2011-06-161-6/+6
* Rename Audio Host Class driver internal descriptor matching routines to be in...Dean Camera2011-06-141-3/+3
* Ensure that only the requested Audio class pipes are mapped to endpoints with...Dean Camera2011-06-131-2/+2
* Fix bugs in the Host mode Audio class driver.Dean Camera2011-06-121-5/+14
* Fix errors in the library Host mode Audio Class driver.Dean Camera2011-06-091-5/+6
* Add new Audio Class Driver Host demos.Dean Camera2011-06-091-9/+38
* Pipe_BoundEndpointNumber() has been renamed to Pipe_GetBoundEndpointAddress()...Dean Camera2011-06-081-5/+26
* Remove warnings in the documentation for the library class drivers about sequ...Dean Camera2011-06-081-5/+0
* Added new Host mode Audio Class driver.Dean Camera2011-06-081-0/+355
* Remove skeleton Audio and MIDI Host mode Class drivers -- will not implement ...Dean Camera2009-08-301-66/+0
* Added module file dependancy information to the USB class drivers.Dean Camera2009-07-141-0/+4
* Enhanced class drivers to use the same public/private section seperations as ...Dean Camera2009-06-151-1/+2
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-141-0/+61