aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/Class/Host/CDC.h
AgeCommit message (Expand)Author
2009-11-25Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ma...Dean
2009-11-17Fix doxygen documentation - doxygen was getting confused on the variable-leng...Dean
2009-11-12Add blocking versions of the CDC Class driver streams, for applications requi...Dean
2009-11-10Added new stream creation function to the CDC Class drivers, to easily make s...Dean
2009-11-07Add optional pipe double banking support to the Host mode Class drivers.Dean
2009-11-04Added new Printer Host mode Class driver.Dean
2009-11-03Add const attribute to class driver APIs.Dean
2009-09-21Add const qualifiers to Host mode Class drivers.Dean
2009-09-17Fix Mass Storage Host Class driver GetMaxLUN command - incorrect function ret...Dean
2009-09-02Add StillImage Host Class Driver functions for opening and closing sessions. ...Dean
2009-08-31Add return codes to the CDC Host Class driver String/Byte transmission functi...Dean
2009-08-30Added start of the Still Image Host Class driver demo and driver code.Dean
2009-08-27Minor documentation fixes to the completed Host mode Class drivers.Dean
2009-08-26More work on the Mass Storage Host mode Class driver.Dean
2009-08-11Add CDC Host class driver EVENT_CDC_Host_ControLineStateChanged() event.Dean
2009-08-11Document CDC Host class driver functions and enums.Dean
2009-08-11Add new functions to the HID host class driver, refine HID interface protocol...Dean
2009-08-11Fix issue in CDC device class driver where received data the size of the data...Dean
2009-07-27Change Host mode class driver Pipe configuration routines -- better to let th...Dean
2009-07-27Add new MouseHost Class Driver demo, unfinished, to allow for better testing ...Dean
2009-07-26Corrected new Pipe_IsEndpointBound() function.Dean
2009-07-16Added new TOTAL_NUM_CONFIGURATIONS option, removed USE_SINGLE_DEVICE_CONFIGUR...Dean
2009-07-14Added module file dependancy information to the USB class drivers.Dean
2009-06-26Reduce struct name pollution - group typedef struct names by class driver nam...Dean
2009-06-26Optimize vendor/product description string display code in MassStorageHost.Dean
2009-06-20Added USE_INTERNAL_SERIAL compile time option to automatically read out the i...Dean
2009-06-19Re-add in simple scheduler for compatibility with legacy code, mark all sched...Dean
2009-06-18Break device mode class driver interfaces into seperate config and state stru...Dean
2009-06-15More Doxygen fixes - ensure no undocumented function parameters.Dean
2009-06-15Enhanced class drivers to use the same public/private section seperations as ...Dean
2009-06-14Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean