aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host/CDC.c
Commit message (Expand)AuthorAgeFilesLines
* Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOIN...Dean Camera2011-07-191-1/+1
* More endianness porting of the LUFA host mode class drivers.Dean Camera2011-07-111-3/+3
* Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean Camera2011-04-041-2/+2
* More AVR32 UC3B architecture ports - USB device mode applications can now be ...Dean Camera2011-02-271-0/+2
* Initial restructuring of the core USB driver module to support multiple archi...Dean Camera2011-02-191-1/+2
* Renamed the PRNT_Host_SendString(), CDC_Host_SendString() and CDC_Device_Send...Dean Camera2011-01-301-3/+20
* Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean Camera2011-01-101-3/+3
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
* Refactored Host mode Class Driver *_Host_ConfigurePipes() routines to be more...Dean Camera2010-12-021-10/+38
* Fix XPLAINBridge code broken during the changes to the Rescue Clock generatio...Dean Camera2010-11-021-18/+21
* 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
* Add descriptor class, subclass and protocol constants to the class drivers, m...Dean Camera2010-10-251-6/+6
* 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-39/+40
* Whitespace corrections.Dean Camera2010-10-011-5/+5
* Make Host mode Class drivers only set the class driver instance's state value...Dean Camera2010-09-301-15/+8
* Fix low level host mode demos not correctly fetching the next endpoint when a...Dean Camera2010-09-301-56/+58
* Move out many of the common class driver constants into grouped enums, to mak...Dean Camera2010-09-281-4/+4
* Fix XPLAINBridge project discarding characters from the USB interface due to ...Dean Camera2010-08-011-15/+13
* Altered the CDC Deivice and Host Class drivers' receive byte routines, so tha...Dean Camera2010-07-301-13/+25
* Add missing const qualifiers to class drivers.Dean Camera2010-07-211-7/+15
* Added const attributes to some of the class driver function parameters that w...Dean Camera2010-07-131-2/+2
* Add new ReportType parameter to the HID class driver device callback and host...Dean Camera2010-05-091-8/+8
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-446/+446
* Added new EVENT_CDC_Device_BreakSent() event and CDC_Host_SendBreak() functio...Dean Camera2010-05-061-2/+16
* Ensure that the CDC class drivers return 0 if the number of unread bytes is q...Dean Camera2010-05-061-6/+10
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-111-1/+3
* Fixed Pipe_IsEndpointBound() function not taking the endpoint's direction int...Dean Camera2010-02-011-1/+2
* Be doubly-certain that the incomming CDC class driver's endpoint/pipe is flus...Dean Camera2010-01-281-7/+16
* Fixed CDC and RNDIS host demos and class drivers - bidirectional endpoints sh...Dean Camera2010-01-251-55/+8
* Fix CDC blocking streams in Host mode locking up when the device is removed.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 CDC_Host_Flush() function to the CDC Host Class driver to flush sent da...Dean Camera2009-11-301-0/+42
* Complete RNDIS Host Class driver code - add SendPacket function.Dean Camera2009-11-261-2/+2
* Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C...Dean Camera2009-11-261-4/+4
* Fix typo in the StillImageHost LowLevel demo, and the CDC Host Class Driver.Dean Camera2009-11-251-2/+2
* Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ma...Dean Camera2009-11-251-13/+53
* The incomplete StandaloneProgrammer project now uses Host and Device Mass sto...Dean Camera2009-11-231-0/+6
* Add blocking versions of the CDC Class driver streams, for applications requi...Dean Camera2009-11-121-0/+11
* 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 pipe double banking support to the Host mode Class drivers.Dean Camera2009-11-071-1/+1
* Add double banking property to LUFA powered projects in the Projects director...Dean Camera2009-11-061-3/+6
* Add const attribute to class driver APIs.Dean Camera2009-11-031-3/+3
* Removed mostly useless "TestApp" demo, as it was mainly useful only for check...Dean Camera2009-09-301-0/+2
* Add const qualifiers to Host mode Class drivers.Dean Camera2009-09-211-8/+8
* Fixed MIDI Device Class driver not sending/receiving MIDI packets of the corr...Dean Camera2009-09-141-1/+1
* Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...Dean Camera2009-09-091-8/+3