Oops - with new changes to the way the device Configuration Descriptor is retrieved...
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Device / CDC.c
2009-08-25 Dean CameraUpdated Benito project -- added hardware interrupt...
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 CameraCompletion of initial CDC host mode class driver.
2009-08-11 Dean CameraFix issue in CDC device class driver where received...
2009-08-05 Dean CameraChanged over manual loops waiting for endpoints to...
2009-08-05 Dean CameraRenamed all library events to properly seperate out...
2009-08-04 Dean CameraFix issue with CDC device demos causing broken communic...
2009-07-27 Dean CameraState information for class drivers is now zeroed out...
2009-07-21 Dean CameraAdded new USB_DeviceState variable to keep track of...
2009-07-21 Dean CameraAdd explicit guards to all device mode tasks to ensure...
2009-06-28 Dean CameraAdded const modifiers to device mode class drivers.
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-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 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-01 Dean CameraAdd MIDI class driver, update MIDI device demo to use...
2009-06-01 Dean CameraCommit of new class abstraction APIs for all device...