aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host/RNDIS.c
Commit message (Expand)AuthorAgeFilesLines
* Move out many of the common class driver constants into grouped enums, to mak...Dean Camera2010-09-281-2/+2
* Fix XPLAINBridge project discarding characters from the USB interface due to ...Dean Camera2010-08-011-5/+1
* Add missing const qualifiers to class drivers.Dean Camera2010-07-211-10/+21
* Added const attributes to some of the class driver function parameters that w...Dean Camera2010-07-131-6/+8
* Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...Dean Camera2010-06-161-4/+4
* 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-467/+467
* Turn OFF double banking in the Webserver demo - leaving it on seems to destro...Dean Camera2010-02-181-2/+1
* 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
* Fixed CDC and RNDIS host demos and class drivers - bidirectional endpoints sh...Dean Camera2010-01-251-49/+5
* Cleanup and partially fix AVRISP-MKII project's TPI programming support.Dean Camera2010-01-251-9/+34
* Inline USB management functions in the Class drivers which are standardized b...Dean Camera2010-01-051-5/+0
* 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
* Test with -Wextra, fix library warnings due to unused function parameters.Dean Camera2009-12-131-1/+1
* Complete RNDIS Host Class driver code - add SendPacket function.Dean Camera2009-11-261-0/+43
* Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C...Dean Camera2009-11-261-0/+446