aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host/CDC.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed MIDI Device Class driver not sending/receiving MIDI packets of the corr...Dean Camera2009-09-141-1/+1
* Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...Dean Camera2009-09-091-8/+3
* Add StillImage Host Class Driver functions for opening and closing sessions. ...Dean Camera2009-09-021-9/+11
* Add return codes to the CDC Host Class driver String/Byte transmission functi...Dean Camera2009-08-311-4/+12
* Added start of the Still Image Host Class driver demo and driver code.Dean Camera2009-08-301-6/+6
* Add new functions to the HID host class driver, refine HID interface protocol...Dean Camera2009-08-111-2/+2
* Completion of initial CDC host mode class driver.Dean Camera2009-08-111-5/+28
* Fix issue in CDC device class driver where received data the size of the data...Dean Camera2009-08-111-0/+113
* Commit for 090810rc1 release.Dean Camera2009-08-051-0/+2
* State information for class drivers is now zeroed out during enumeration (bot...Dean Camera2009-07-271-0/+2
* Change Host mode class driver Pipe configuration routines -- better to let th...Dean Camera2009-07-271-14/+3
* Add new MouseHost Class Driver demo, unfinished, to allow for better testing ...Dean Camera2009-07-271-1/+1
* Corrected new Pipe_IsEndpointBound() function.Dean Camera2009-07-261-28/+9
* Added new HOST_STATE_WaitForDeviceRemoval host state machine state for non-bl...Dean Camera2009-07-131-2/+2
* Pipe_ConfigurePipe() now automatically defaults IN pipes to accepting infinit...Dean Camera2009-06-231-6/+0
* Added USE_INTERNAL_SERIAL compile time option to automatically read out the i...Dean Camera2009-06-201-12/+16
* Extend USB_GetDeviceConfigDescriptor() routine to require the configuration n...Dean Camera2009-06-191-2/+2
* Re-add in simple scheduler for compatibility with legacy code, mark all sched...Dean Camera2009-06-191-13/+16
* Break device mode class driver interfaces into seperate config and state stru...Dean Camera2009-06-181-24/+14
* Enhanced class drivers to use the same public/private section seperations as ...Dean Camera2009-06-151-1/+1
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-141-0/+231