aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host/CDC.h
Commit message (Expand)AuthorAgeFilesLines
...
* Added new stream creation function to the CDC Class drivers, to easily make s...Dean Camera2009-11-101-0/+17
* Add optional pipe double banking support to the Host mode Class drivers.Dean Camera2009-11-071-1/+6
* Added new Printer Host mode Class driver.Dean Camera2009-11-041-1/+1
* Add const attribute to class driver APIs.Dean Camera2009-11-031-4/+4
* Add const qualifiers to Host mode Class drivers.Dean Camera2009-09-211-10/+10
* Fix Mass Storage Host Class driver GetMaxLUN command - incorrect function ret...Dean Camera2009-09-171-0/+4
* Add StillImage Host Class Driver functions for opening and closing sessions. ...Dean Camera2009-09-021-5/+5
* Add return codes to the CDC Host Class driver String/Byte transmission functi...Dean Camera2009-08-311-2/+6
* Added start of the Still Image Host Class driver demo and driver code.Dean Camera2009-08-301-4/+4
* Minor documentation fixes to the completed Host mode Class drivers.Dean Camera2009-08-271-2/+4
* More work on the Mass Storage Host mode Class driver.Dean Camera2009-08-261-21/+21
* Add CDC Host class driver EVENT_CDC_Host_ControLineStateChanged() event.Dean Camera2009-08-111-0/+10
* Document CDC Host class driver functions and enums.Dean Camera2009-08-111-0/+60
* Add new functions to the HID host class driver, refine HID interface protocol...Dean Camera2009-08-111-4/+4
* Fix issue in CDC device class driver where received data the size of the data...Dean Camera2009-08-111-2/+7
* Change Host mode class driver Pipe configuration routines -- better to let th...Dean Camera2009-07-271-7/+6
* Add new MouseHost Class Driver demo, unfinished, to allow for better testing ...Dean Camera2009-07-271-18/+13
* Corrected new Pipe_IsEndpointBound() function.Dean Camera2009-07-261-1/+3
* Added new TOTAL_NUM_CONFIGURATIONS option, removed USE_SINGLE_DEVICE_CONFIGUR...Dean Camera2009-07-161-1/+1
* Added module file dependancy information to the USB class drivers.Dean Camera2009-07-141-0/+4
* Reduce struct name pollution - group typedef struct names by class driver nam...Dean Camera2009-06-261-55/+44
* Optimize vendor/product description string display code in MassStorageHost.Dean Camera2009-06-261-0/+2
* Added USE_INTERNAL_SERIAL compile time option to automatically read out the i...Dean Camera2009-06-201-3/+21
* Re-add in simple scheduler for compatibility with legacy code, mark all sched...Dean Camera2009-06-191-14/+42
* Break device mode class driver interfaces into seperate config and state stru...Dean Camera2009-06-181-5/+14
* More Doxygen fixes - ensure no undocumented function parameters.Dean Camera2009-06-151-0/+31
* Enhanced class drivers to use the same public/private section seperations as ...Dean Camera2009-06-151-10/+24
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-141-0/+69