aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host/CDC.h
Commit message (Expand)AuthorAgeFilesLines
* 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