aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Device/RNDIS.c
Commit message (Expand)AuthorAgeFilesLines
* Added Class, ClassDevice, ClassHost and ClassCommon to the internal class dri...Dean Camera2011-11-181-530/+0
* More endianness porting of the LUFA device mode class drivers.Dean Camera2011-07-111-115/+114
* Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_De...Dean Camera2011-05-181-46/+80
* Replace cast-as-char* byte access of multibyte variables with proper shifts a...Dean Camera2011-04-131-2/+2
* Initial restructuring of the core USB driver module to support multiple archi...Dean Camera2011-02-191-1/+2
* Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean Camera2011-01-101-5/+5
* 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-1/+1
* 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-1/+1
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-67/+68
* Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...Dean Camera2010-09-301-18/+37
* Fix up incorrect version numbers in demo/project descriptors.Dean Camera2010-09-281-1/+1
* Move out many of the common class driver constants into grouped enums, to mak...Dean Camera2010-09-281-2/+2
* Changed all Device mode LowLevel demos and Device Class drivers so that the c...Dean Camera2010-08-221-3/+1
* Moved calls to Device mode Class Driver events to after the request has been ...Dean Camera2010-08-221-1/+2
* Add missing const qualifiers to class drivers.Dean Camera2010-07-211-4/+9
* Added const attributes to some of the class driver function parameters that w...Dean Camera2010-07-131-1/+1
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-472/+472
* Device mode class driver callbacks are now fired before the control request s...Dean Camera2010-05-071-2/+1
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-241-5/+1
* More AVR32 achitecture ports.Dean Camera2010-02-241-1/+5
* 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