Update UC3 platform driver support to use the bitmasks defined in the header files...
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Host / CDC.c
2011-07-11 Dean CameraMore endianness porting of the LUFA host 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-11-02 Dean CameraFix XPLAINBridge code broken during the changes to...
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-25 Dean CameraAdd descriptor class, subclass and protocol constants...
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-10-01 Dean CameraWhitespace corrections.
2010-09-30 Dean CameraMake Host mode Class drivers only set the class driver...
2010-09-30 Dean CameraFix low level host mode demos not correctly fetching...
2010-09-28 Dean CameraMove out many of the common class driver constants...
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-05-09 Dean CameraAdd new ReportType parameter to the HID class driver...
2010-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
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-02-01 Dean CameraFixed Pipe_IsEndpointBound() function not taking the...
2010-01-28 Dean CameraBe doubly-certain that the incomming CDC class driver...
2010-01-25 Dean CameraFixed CDC and RNDIS host demos and class drivers -...
2010-01-04 Dean CameraFix CDC blocking streams in Host mode locking up when...
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-11-30 Dean CameraAdded CDC_Host_Flush() function to the CDC Host Class...
2009-11-26 Dean CameraComplete RNDIS Host Class driver code - add SendPacket...
2009-11-26 Dean CameraAdded new RNDIS Host class driver and the beginnings...
2009-11-25 Dean CameraFix typo in the StillImageHost LowLevel demo, and the...
2009-11-25 Dean CameraAdded new RNDISHost Host LowLevel demo. Fixed misnamed...
2009-11-23 Dean CameraThe incomplete StandaloneProgrammer project now uses...
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-07 Dean CameraAdd optional pipe double banking support to the Host...
2009-11-06 Dean CameraAdd double banking property to LUFA powered projects...
2009-11-03 Dean CameraAdd const attribute to class driver APIs.
2009-09-30 Dean CameraRemoved mostly useless "TestApp" demo, as it was mainly...
2009-09-21 Dean CameraAdd const qualifiers to Host mode Class drivers.
2009-09-14 Dean CameraFixed MIDI Device Class driver not sending/receiving...
2009-09-09 Dean CameraRemove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time...
2009-09-02 Dean CameraAdd StillImage Host Class Driver functions for opening...
2009-08-31 Dean CameraAdd return codes to the CDC Host Class driver String...
2009-08-30 Dean CameraAdded start of the Still Image Host Class driver demo...
2009-08-11 Dean CameraAdd new functions to the HID host class driver, refine...
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 CameraCommit for 090810rc1 release.
2009-07-27 Dean CameraState information for class drivers is now zeroed out...
2009-07-27 Dean CameraChange Host mode class driver Pipe configuration routin...
2009-07-27 Dean CameraAdd new MouseHost Class Driver demo, unfinished, to...
2009-07-26 Dean CameraCorrected new Pipe_IsEndpointBound() function.
2009-07-13 Dean CameraAdded new HOST_STATE_WaitForDeviceRemoval host state...
2009-06-23 Dean CameraPipe_ConfigurePipe() now automatically defaults IN...
2009-06-20 Dean CameraAdded USE_INTERNAL_SERIAL compile time option to automa...
2009-06-19 Dean CameraExtend USB_GetDeviceConfigDescriptor() routine to requi...
2009-06-19 Dean CameraRe-add in simple scheduler for compatibility with legac...
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...