aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Common/MIDI.h
Commit message (Expand)AuthorAgeFilesLines
* All Class Driver Host mode demos now correctly set the board LEDs to READY on...Dean Camera2010-03-251-1/+1
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-111-0/+8
* 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
* Added new "Common" section to the class drivers, to hold all mode-independant...Dean Camera2009-08-271-0/+6
* Fix redefinition warning when USB_DEVICE_ONLY is set on an AVR which does not...Dean Camera2009-07-301-1/+1
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-1/+1
* Reduce struct name pollution - group typedef struct names by class driver nam...Dean Camera2009-06-261-2/+2
* Break device mode class driver interfaces into seperate config and state stru...Dean Camera2009-06-181-16/+0
* Pipe_GetErrorFlags() now returns additional error flags for overflow and unde...Dean Camera2009-06-161-2/+2
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-141-0/+171