aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host/MIDI.c
Commit message (Expand)AuthorAgeFilesLines
* Initial restructuring of the core USB driver module to support multiple archi...Dean Camera2011-02-191-1/+2
* Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean Camera2011-01-101-2/+2
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
* Refactored Host mode Class Driver *_Host_ConfigurePipes() routines to be more...Dean Camera2010-12-021-6/+26
* Fixed MIDI class driver send routines silently discarding packets if the endp...Dean Camera2010-11-031-9/+6
* Fix XPLAINBridge code broken during the changes to the Rescue Clock generatio...Dean Camera2010-11-021-12/+14
* 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
* Add descriptor class, subclass and protocol constants to the class drivers, m...Dean Camera2010-10-251-3/+3
* All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...Dean Camera2010-10-241-1/+1
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-20/+21
* Fixed MIDI_Host_Flush() not aborting early when the specified MIDI host inter...Dean Camera2010-10-121-1/+1
* Fixed LowLevel JoystickHostWithParser demo not saving the chosen HID interfac...Dean Camera2010-10-011-1/+1
* Whitespace corrections.Dean Camera2010-10-011-5/+5
* Make Host mode Class drivers only set the class driver instance's state value...Dean Camera2010-09-301-16/+10
* Fix low level host mode demos not correctly fetching the next endpoint when a...Dean Camera2010-09-301-16/+38
* Add missing const qualifiers to class drivers.Dean Camera2010-07-211-3/+6
* Add new ReportType parameter to the HID class driver device callback and host...Dean Camera2010-05-091-4/+4
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-186/+186
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-111-1/+3
* 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-2/+2
* Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C...Dean Camera2009-11-261-2/+2
* Add optional pipe double banking support to the Host mode Class drivers.Dean Camera2009-11-071-3/+5
* 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/+164
* Remove skeleton Audio and MIDI Host mode Class drivers -- will not implement ...Dean Camera2009-08-301-39/+0
* Commit for 090810rc1 release.Dean Camera2009-08-051-0/+3
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-141-0/+36