aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Device/RNDIS.c
Commit message (Expand)AuthorAgeFilesLines
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-111-1/+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
* Test with -Wextra, fix library warnings due to unused function parameters.Dean Camera2009-12-131-2/+7
* Add beginnings of a RNDIS Ethernet Host demo.Dean Camera2009-11-121-23/+21
* 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
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-051-1/+1
* 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-1/+1
* 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-9/+9
* Clean up RNDIS demo type define names.Dean Camera2009-06-191-25/+29
* Break device mode class driver interfaces into seperate config and state stru...Dean Camera2009-06-181-60/+61
* 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-12/+12
* Finished basic documentation of all device mode class drivers.Dean Camera2009-06-081-1/+1
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-011-0/+456