aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host/MIDI.h
Commit message (Expand)AuthorAgeFilesLines
* Add file-level brief documentation.Dean Camera2010-03-291-0/+7
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-111-1/+6
* Added support to the MIDI Class drivers for packed data, where multiple MIDI ...Dean Camera2010-01-051-0/+11
* Inline USB management functions in the Class drivers which are standardized b...Dean Camera2010-01-051-8/+13
* Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check being performed before...Dean Camera2010-01-041-0/+6
* 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
* Fix doxygen documentation - doxygen was getting confused on the variable-leng...Dean Camera2009-11-171-3/+3
* Add optional pipe double banking support to the Host mode Class drivers.Dean Camera2009-11-071-1/+4
* Added new Printer Host mode Class driver.Dean Camera2009-11-041-1/+1
* Add const attribute to class driver APIs.Dean Camera2009-11-031-2/+2
* Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver d...Dean Camera2009-10-081-0/+163
* 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