aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Device/MIDI.c
Commit message (Expand)AuthorAgeFilesLines
* Refactored Host mode Class Driver *_Host_ConfigurePipes() routines to be more...Dean Camera2010-12-021-1/+1
* Fixed MIDI class driver send routines silently discarding packets if the endp...Dean Camera2010-11-031-9/+6
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* Added new NO_CLASS_DRIVER_AUTOFLUSH compile time option to disable automatic ...Dean Camera2010-10-271-0/+10
* All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...Dean Camera2010-10-241-0/+1
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-14/+15
* Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...Dean Camera2010-09-301-13/+26
* Add missing const qualifiers to class drivers.Dean Camera2010-07-211-2/+4
* Fixed MIDI_Device_SendEventPacket() not correctly waiting for the endpoint to...Dean Camera2010-07-201-1/+1
* Added const attributes to some of the class driver function parameters that w...Dean Camera2010-07-131-1/+1
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-124/+124
* 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