aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Device/CDC.c
Commit message (Expand)AuthorAgeFilesLines
* Refactored Host mode Class Driver *_Host_ConfigurePipes() routines to be more...Dean Camera2010-12-021-1/+1
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* Added new NO_CLASS_DRIVER_AUTOFLUSH compile time option to disable automatic ...Dean Camera2010-10-271-0/+2
* All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...Dean Camera2010-10-241-1/+1
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-27/+28
* Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...Dean Camera2010-09-301-18/+37
* Move out many of the common class driver constants into grouped enums, to mak...Dean Camera2010-09-281-5/+5
* Changed all Device mode LowLevel demos and Device Class drivers so that the c...Dean Camera2010-08-221-4/+2
* Moved calls to Device mode Class Driver events to after the request has been ...Dean Camera2010-08-221-7/+9
* Fix XPLAINBridge project discarding characters from the USB interface due to ...Dean Camera2010-08-011-10/+11
* Altered the CDC Deivice and Host Class drivers' receive byte routines, so tha...Dean Camera2010-07-301-14/+18
* Add missing const qualifiers to class drivers.Dean Camera2010-07-211-9/+15
* Added const attributes to some of the class driver function parameters that w...Dean Camera2010-07-131-2/+2
* Slight improvements to the reliability of the software UART in the XPLAINBrid...Dean Camera2010-06-121-1/+1
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-299/+299
* Device mode class driver callbacks are now fired before the control request s...Dean Camera2010-05-071-3/+1
* Added new EVENT_CDC_Device_BreakSent() event and CDC_Host_SendBreak() functio...Dean Camera2010-05-061-0/+11
* Ensure that the CDC class drivers return 0 if the number of unread bytes is q...Dean Camera2010-05-061-3/+8
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-111-1/+3
* Be doubly-certain that the incomming CDC class driver's endpoint/pipe is flus...Dean Camera2010-01-281-3/+10
* Fixed blocking CDC streams not aborting when the host is disconnected.Dean Camera2010-01-041-0/+3
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C...Dean Camera2009-11-261-3/+3
* Add blocking versions of the CDC Class driver streams, for applications requi...Dean Camera2009-11-121-0/+17
* Update CDC Class Driver character stream functions to use the correct avr-lib...Dean Camera2009-11-101-3/+2
* Added new stream creation function to the CDC Class drivers, to easily make s...Dean Camera2009-11-101-0/+20
* Add optional double-banking support to the Device mode Class Drivers, on a pe...Dean Camera2009-11-061-3/+3
* Fixed MIDI Device Class driver not sending/receiving MIDI packets of the corr...Dean Camera2009-09-141-1/+1
* Prevent the CDC Device Class driver from sending empty IN packets on every se...Dean Camera2009-09-101-10/+16
* Add extra check for OUT ZLP in the CDC Device Class driver service task to qu...Dean Camera2009-08-311-0/+5
* Updated Benito project -- added hardware interrupt and software buffering for...Dean Camera2009-08-251-0/+3
* Added return values to the CDC and MIDI class driver transmit functions.Dean Camera2009-08-161-13/+22
* Added CDC_Device_Flush() command to the CDC Device mode class driver.Dean Camera2009-08-131-13/+19
* Completion of initial CDC host mode class driver.Dean Camera2009-08-111-2/+4
* Fix issue in CDC device class driver where received data the size of the data...Dean Camera2009-08-111-0/+3
* Changed over manual loops waiting for endpoints to be ready to use the librar...Dean Camera2009-08-051-12/+2
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-051-1/+1
* Fix issue with CDC device demos causing broken communications when the device...Dean Camera2009-08-041-3/+3
* State information for class drivers is now zeroed out during enumeration (bot...Dean Camera2009-07-271-0/+2
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-211-9/+18
* Add explicit guards to all device mode tasks to ensure the device is connecte...Dean Camera2009-07-211-1/+1
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-4/+4
* Added USE_INTERNAL_SERIAL compile time option to automatically read out the i...Dean Camera2009-06-201-3/+3
* Break device mode class driver interfaces into seperate config and state stru...Dean Camera2009-06-181-24/+24
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-141-1/+6
* Changed to new device mode Class Driver function name prefixes to make way fo...Dean Camera2009-06-111-11/+11
* Finished CDC device class driver documentation.Dean Camera2009-06-081-0/+9
* Added multiple Report ID support to the HID class driver. Removed OUT endpoin...Dean Camera2009-06-051-1/+1
* Fixed EVENT_USB_CDC_ControLineStateChanged() event not taking the CDC interfa...Dean Camera2009-06-041-1/+1