aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host/Audio.c
Commit message (Expand)AuthorAgeFilesLines
* Added Class, ClassDevice, ClassHost and ClassCommon to the internal class dri...Dean Camera2011-11-181-247/+0
* Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOIN...Dean Camera2011-07-191-1/+1
* More endianness porting of the LUFA host mode class drivers.Dean Camera2011-07-111-2/+2
* Add missing SVN eol-style properties to source files to prevent mixed end-of-...Dean Camera2011-06-161-247/+247
* 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-7/+7
* Ensure that only the requested Audio class pipes are mapped to endpoints with...Dean Camera2011-06-131-3/+7
* Fix bugs in the Host mode Audio class driver.Dean Camera2011-06-121-3/+6
* Fix errors in the library Host mode Audio Class driver.Dean Camera2011-06-091-4/+4
* Add new Audio Class Driver Host demos.Dean Camera2011-06-091-1/+1
* Pipe_BoundEndpointNumber() has been renamed to Pipe_GetBoundEndpointAddress()...Dean Camera2011-06-081-1/+33
* Added new Host mode Audio Class driver.Dean Camera2011-06-081-0/+208
* Remove skeleton Audio and MIDI Host mode Class drivers -- will not implement ...Dean Camera2009-08-301-39/+0
* Commit for 090810rc1 release.Dean Camera2009-08-051-0/+3
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-141-0/+36