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