Add MIME type handling to the Webserver project, so that files of different types...
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Host / CDC.c
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...