aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Device/MIDI.c
Commit message (Expand)AuthorAgeFilesLines
* Device mode class driver callbacks are now fired before the control request s...Dean Camera2010-05-071-5/+0
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-111-0/+2
* Added support to the MIDI Class drivers for packed data, where multiple MIDI ...Dean Camera2010-01-051-2/+25
* Inline USB management functions in the Class drivers which are standardized b...Dean Camera2010-01-051-5/+0
* 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
* Test with -Wextra, fix library warnings due to unused function parameters.Dean Camera2009-12-131-1/+1
* Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C...Dean Camera2009-11-261-1/+1
* Add optional double-banking support to the Device mode Class Drivers, on a pe...Dean Camera2009-11-061-2/+2
* Fixed MIDI Device Class driver not sending/receiving MIDI packets of the corr...Dean Camera2009-09-141-2/+2
* Added return values to the CDC and MIDI class driver transmit functions.Dean Camera2009-08-161-3/+9
* Completion of initial CDC host mode class driver.Dean Camera2009-08-111-2/+2
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-051-1/+1
* State information for class drivers is now zeroed out during enumeration (bot...Dean Camera2009-07-271-0/+2
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-211-2/+2
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-5/+5
* Reduce struct name pollution - group typedef struct names by class driver nam...Dean Camera2009-06-261-4/+4
* Break device mode class driver interfaces into seperate config and state stru...Dean Camera2009-06-181-13/+13
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-141-0/+5
* Changed to new device mode Class Driver function name prefixes to make way fo...Dean Camera2009-06-111-5/+5
* Ensure all USB device class drivers have the same three main functions as the...Dean Camera2009-06-041-0/+10
* Removed new Start of Frame event from the library; performance suffered far t...Dean Camera2009-06-021-23/+5
* Add MIDI class driver, update MIDI device demo to use the new USB class drive...Dean Camera2009-06-011-0/+104