aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Audio.h
Commit message (Collapse)AuthorAgeFilesLines
* Make Low Level host demos use void pointers for the configuration ↵Dean Camera2009-11-071-0/+4
| | | | | | descriptor, to prevent warnings when passed to the altered configuration descriptor parsing routines. Added preprocessor checks to give a human readable error when the class drivers are used when the incompatible NO_STREAM_CALLBACKS compile time option is used.
* Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver ↵Dean Camera2009-10-081-3/+3
| | | | | | demo. Make MouseHost and KeyboardHost ClassDriver demos use the HID Class driver's structures for the boot protocol Mouse/Keyboard report data, rather than rolling their own.
* Remove skeleton Audio and MIDI Host mode Class drivers -- will not implement ↵Dean Camera2009-08-301-5/+0
| | | | in next release.
* Added better USB Class driver overviews.Dean Camera2009-08-271-2/+6
|
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-141-0/+62
Split out common defines/types from class drivers into a seperate common class driver directory. Make central USB Class driver dispatch headers, used for both device and host modes.