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