Update UC3 platform driver support to use the bitmasks defined in the header files...
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Device / CDC.c
2011-07-11 Dean CameraMore endianness porting of the LUFA device mode class...
2011-04-04 Dean CameraRenamed all low level Endpoint_Read_*, Endpoint_Write_...
2011-02-27 Dean CameraMore AVR32 UC3B architecture ports - USB device mode...
2011-02-19 Dean CameraInitial restructuring of the core USB driver module...
2011-01-30 Dean CameraRenamed the PRNT_Host_SendString(), CDC_Host_SendString...
2011-01-10 Dean CameraAltered all endpoint/pipe stream transfers so that...
2011-01-01 Dean CameraUpdate copyright year on all source files.
2010-12-02 Dean CameraRefactored Host mode Class Driver *_Host_ConfigurePipes...
2010-10-28 Dean CameraChanged over fourwalledcubicle.com links to the new...
2010-10-27 Dean CameraAdded new NO_CLASS_DRIVER_AUTOFLUSH compile time option...
2010-10-24 Dean CameraAll USB class drivers are now automatically included...
2010-10-13 Dean CameraClean up excessive whitespace at the end of each line...
2010-09-30 Dean CameraReverted Endpoint/Pipe non-sequential configuration...
2010-09-28 Dean CameraMove out many of the common class driver constants...
2010-08-22 Dean CameraChanged all Device mode LowLevel demos and Device Class...
2010-08-22 Dean CameraMoved calls to Device mode Class Driver events to after...
2010-08-01 Dean CameraFix XPLAINBridge project discarding characters from...
2010-07-30 Dean CameraAltered the CDC Deivice and Host Class drivers' receive...
2010-07-21 Dean CameraAdd missing const qualifiers to class drivers.
2010-07-13 Dean CameraAdded const attributes to some of the class driver...
2010-06-12 Dean CameraSlight improvements to the reliability of the software...
2010-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
2010-05-07 Dean CameraDevice mode class driver callbacks are now fired before...
2010-05-06 Dean CameraAdded new EVENT_CDC_Device_BreakSent() event and CDC_Ho...
2010-05-06 Dean CameraEnsure that the CDC class drivers return 0 if the numbe...
2010-02-11 Dean CameraAdd more include protection macros to give the user...
2010-01-28 Dean CameraBe doubly-certain that the incomming CDC class driver...
2010-01-04 Dean CameraFixed blocking CDC streams not aborting when the host...
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-11-26 Dean CameraAdded new RNDIS Host class driver and the beginnings...
2009-11-12 Dean CameraAdd blocking versions of the CDC Class driver streams...
2009-11-10 Dean CameraUpdate CDC Class Driver character stream functions...
2009-11-10 Dean CameraAdded new stream creation function to the CDC Class...
2009-11-06 Dean CameraAdd optional double-banking support to the Device mode...
2009-09-14 Dean CameraFixed MIDI Device Class driver not sending/receiving...
2009-09-10 Dean CameraPrevent the CDC Device Class driver from sending empty...
2009-08-31 Dean CameraAdd extra check for OUT ZLP in the CDC Device Class...
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...