aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Device/CDC.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add MIDI class driver, update MIDI device demo to use the new USB class drive...Dean Camera2009-06-011-0/+3
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-011-0/+185