Fix up the incomplete Webserver project so that it integrates with the uIP stack...
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Device / MIDI.h
2010-01-05 Dean CameraAdded support to the MIDI Class drivers for packed...
2010-01-05 Dean CameraInline USB management functions in the Class drivers...
2010-01-04 Dean CameraFix MassStorageKeyboard demo USE_INTERNAL_SERIAL check...
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-11-17 Dean CameraFix doxygen documentation - doxygen was getting confuse...
2009-11-09 Dean CameraSpell check all source code variables, comments and...
2009-11-06 Dean CameraAdd optional double-banking support to the Device mode...
2009-10-08 Dean CameraAdd new MIDI Host Class driver to the library, and...
2009-08-26 Dean CameraMore work on the Mass Storage Host mode Class driver.
2009-08-16 Dean CameraAdded return values to the CDC and MIDI class driver...
2009-08-05 Dean CameraRenamed all library events to properly seperate out...
2009-07-27 Dean CameraState information for class drivers is now zeroed out...
2009-07-14 Dean CameraAdded module file dependancy information to the USB...
2009-06-28 Dean CameraAdded const modifiers to device mode class drivers.
2009-06-26 Dean CameraReduce struct name pollution - group typedef struct...
2009-06-19 Dean CameraClean up RNDIS demo type define names.
2009-06-18 Dean CameraBreak device mode class driver interfaces into seperate...
2009-06-15 Dean CameraEnhanced class drivers to use the same public/private...
2009-06-14 Dean CameraAdd host mode USB Class driver stubs, add beginnings...
2009-06-11 Dean CameraChanged to new device mode Class Driver function name...
2009-06-08 Dean CameraFinished basic documentation of all device mode class...
2009-06-05 Dean CameraAdded multiple Report ID support to the HID class drive...
2009-06-04 Dean CameraAdded Doxygen documentation to the Audio class driver...
2009-06-04 Dean CameraEnsure all USB device class drivers have the same three...
2009-06-04 Dean CameraMinor documentation page updates.
2009-06-01 Dean CameraAdd MIDI class driver, update MIDI device demo to use...