aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Device/CDC.c
Commit message (Expand)AuthorAgeFilesLines
* 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