aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Common/RNDIS.h
Commit message (Expand)AuthorAgeFilesLines
* Documentation improvements - put driver example code into its own section, fi...Dean Camera2010-12-261-1/+1
* Move RNDISConstants.h into the RNDIS class driver common definition header.Dean Camera2010-10-281-1/+92
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...Dean Camera2010-10-241-4/+4
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-25/+26
* Fix up incorrect version numbers in demo/project descriptors.Dean Camera2010-09-281-3/+6
* Move out many of the common class driver constants into grouped enums, to mak...Dean Camera2010-09-281-7/+8
* Oops - fix mixed "initialize" and "initialise" - opt for American spelling du...Dean Camera2010-07-301-1/+1
* More spell checking of all source files -- correct missed errors, switch to E...Dean Camera2010-07-301-1/+1
* Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().Dean Camera2010-06-171-12/+12
* Minor documentation cleanups.Dean Camera2010-06-031-8/+8
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-303/+303
* Add briefs for the library core structures.Dean Camera2010-03-291-13/+54
* Add file-level brief documentation.Dean Camera2010-03-291-0/+7
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-111-1/+9
* 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-1/+2
* Added new "Common" section to the class drivers, to hold all mode-independant...Dean Camera2009-08-271-0/+6
* Fixed swapped paremeters in the HID state memory copy call while processing a...Dean Camera2009-08-111-0/+1
* Reduce struct name pollution - group typedef struct names by class driver nam...Dean Camera2009-06-261-7/+7
* Clean up RNDIS demo type define names.Dean Camera2009-06-191-10/+10
* Break device mode class driver interfaces into seperate config and state stru...Dean Camera2009-06-181-35/+0
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-141-0/+274