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
/
Device
/
CDC.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed all Device mode LowLevel demos and Device Class drivers so that the c...
Dean Camera
2010-08-22
1
-4
/
+2
*
Moved calls to Device mode Class Driver events to after the request has been ...
Dean Camera
2010-08-22
1
-7
/
+9
*
Fix XPLAINBridge project discarding characters from the USB interface due to ...
Dean Camera
2010-08-01
1
-10
/
+11
*
Altered the CDC Deivice and Host Class drivers' receive byte routines, so tha...
Dean Camera
2010-07-30
1
-14
/
+18
*
Add missing const qualifiers to class drivers.
Dean Camera
2010-07-21
1
-9
/
+15
*
Added const attributes to some of the class driver function parameters that w...
Dean Camera
2010-07-13
1
-2
/
+2
*
Slight improvements to the reliability of the software UART in the XPLAINBrid...
Dean Camera
2010-06-12
1
-1
/
+1
*
Add svn:eol-style property to source files, so that the line endings are corr...
Dean Camera
2010-05-08
1
-299
/
+299
*
Device mode class driver callbacks are now fired before the control request s...
Dean Camera
2010-05-07
1
-3
/
+1
*
Added new EVENT_CDC_Device_BreakSent() event and CDC_Host_SendBreak() functio...
Dean Camera
2010-05-06
1
-0
/
+11
*
Ensure that the CDC class drivers return 0 if the number of unread bytes is q...
Dean Camera
2010-05-06
1
-3
/
+8
*
Add more include protection macros to give the user warnings when they try to...
Dean Camera
2010-02-11
1
-1
/
+3
*
Be doubly-certain that the incomming CDC class driver's endpoint/pipe is flus...
Dean Camera
2010-01-28
1
-3
/
+10
*
Fixed blocking CDC streams not aborting when the host is disconnected.
Dean Camera
2010-01-04
1
-0
/
+3
*
Update copyright year to 2010.
Dean Camera
2009-12-30
1
-2
/
+2
*
Fix MIT license language to make its intent clearer.
Dean Camera
2009-12-28
1
-7
/
+7
*
Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C...
Dean Camera
2009-11-26
1
-3
/
+3
*
Add blocking versions of the CDC Class driver streams, for applications requi...
Dean Camera
2009-11-12
1
-0
/
+17
*
Update CDC Class Driver character stream functions to use the correct avr-lib...
Dean Camera
2009-11-10
1
-3
/
+2
*
Added new stream creation function to the CDC Class drivers, to easily make s...
Dean Camera
2009-11-10
1
-0
/
+20
*
Add optional double-banking support to the Device mode Class Drivers, on a pe...
Dean Camera
2009-11-06
1
-3
/
+3
*
Fixed MIDI Device Class driver not sending/receiving MIDI packets of the corr...
Dean Camera
2009-09-14
1
-1
/
+1
*
Prevent the CDC Device Class driver from sending empty IN packets on every se...
Dean Camera
2009-09-10
1
-10
/
+16
*
Add extra check for OUT ZLP in the CDC Device Class driver service task to qu...
Dean Camera
2009-08-31
1
-0
/
+5
*
Updated Benito project -- added hardware interrupt and software buffering for...
Dean Camera
2009-08-25
1
-0
/
+3
*
Added return values to the CDC and MIDI class driver transmit functions.
Dean Camera
2009-08-16
1
-13
/
+22
*
Added CDC_Device_Flush() command to the CDC Device mode class driver.
Dean Camera
2009-08-13
1
-13
/
+19
*
Completion of initial CDC host mode class driver.
Dean Camera
2009-08-11
1
-2
/
+4
*
Fix issue in CDC device class driver where received data the size of the data...
Dean Camera
2009-08-11
1
-0
/
+3
*
Changed over manual loops waiting for endpoints to be ready to use the librar...
Dean Camera
2009-08-05
1
-12
/
+2
*
Renamed all library events to properly seperate out Device and Host mode even...
Dean Camera
2009-08-05
1
-1
/
+1
*
Fix issue with CDC device demos causing broken communications when the device...
Dean Camera
2009-08-04
1
-3
/
+3
*
State information for class drivers is now zeroed out during enumeration (bot...
Dean Camera
2009-07-27
1
-0
/
+2
*
Added new USB_DeviceState variable to keep track of the current Device mode U...
Dean Camera
2009-07-21
1
-9
/
+18
*
Add explicit guards to all device mode tasks to ensure the device is connecte...
Dean Camera
2009-07-21
1
-1
/
+1
*
Added const modifiers to device mode class drivers.
Dean Camera
2009-06-28
1
-4
/
+4
*
Added USE_INTERNAL_SERIAL compile time option to automatically read out the i...
Dean Camera
2009-06-20
1
-3
/
+3
*
Break device mode class driver interfaces into seperate config and state stru...
Dean Camera
2009-06-18
1
-24
/
+24
*
Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.
Dean Camera
2009-06-14
1
-1
/
+6
*
Changed to new device mode Class Driver function name prefixes to make way fo...
Dean Camera
2009-06-11
1
-11
/
+11
*
Finished CDC device class driver documentation.
Dean Camera
2009-06-08
1
-0
/
+9
*
Added multiple Report ID support to the HID class driver. Removed OUT endpoin...
Dean Camera
2009-06-05
1
-1
/
+1
*
Fixed EVENT_USB_CDC_ControLineStateChanged() event not taking the CDC interfa...
Dean Camera
2009-06-04
1
-1
/
+1
*
Add MIDI class driver, update MIDI device demo to use the new USB class drive...
Dean Camera
2009-06-01
1
-0
/
+3
*
Commit of new class abstraction APIs for all device demos other than the MIDI...
Dean Camera
2009-06-01
1
-0
/
+185