Correct TeensyHID bootloader descriptors to use the correct revision code for the...
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Device / CDC.h
2009-11-29 Dean CameraAdd to the existing CDC Class Driver's CreateStream...
2009-11-17 Dean CameraFix doxygen documentation - doxygen was getting confuse...
2009-11-12 Dean CameraAdd blocking versions of the CDC Class driver streams...
2009-11-10 Dean CameraAdded new stream creation function to the CDC Class...
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-09-10 Dean CameraRevert changed CDC_Device_Flush() prototype accidential...
2009-09-10 Dean CameraPrevent the CDC Device Class driver from sending empty...
2009-09-02 Dean CameraAdd StillImage Host Class Driver functions for opening...
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-13 Dean CameraAdded CDC_Device_Flush() command to the CDC Device...
2009-08-11 Dean CameraAdd CDC Host class driver EVENT_CDC_Host_ControLineStat...
2009-08-11 Dean CameraDocument CDC Host class driver functions and enums.
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-20 Dean CameraAdded USE_INTERNAL_SERIAL compile time option to automa...
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-08 Dean CameraFinished CDC device class driver documentation.
2009-06-05 Dean CameraAdded multiple Report ID support to the HID class drive...
2009-06-04 Dean CameraFixed EVENT_USB_CDC_ControLineStateChanged() event...
2009-06-04 Dean CameraAdded Doxygen documentation to the Audio class driver...
2009-06-04 Dean CameraMinor documentation page updates.
2009-06-01 Dean CameraCommit of new class abstraction APIs for all device...