aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/LowLevel/USBController.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
* Move RNDISConstants.h into the RNDIS class driver common definition header.Dean Camera2010-10-281-1/+7
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* Better algorithm to extract and convert the internal device serial number int...Dean Camera2010-10-241-1/+1
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-37/+38
* Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum.Dean Camera2010-10-121-34/+31
* Clean up USBController.c/.h to more clearly seperate out host and device setu...Dean Camera2010-09-191-1/+12
* Removed the EVENT_USB_InitFailure() event, as not specifying a USB mode to US...Dean Camera2010-09-151-11/+0
* Split out endpoint and pipe stream functions into new EndpointStream.c/.h and...Dean Camera2010-08-221-1/+3
* More spell checking of all source files -- correct missed errors, switch to E...Dean Camera2010-07-301-1/+1
* Convert over internal pseudo-function macros to true inline functions for add...Dean Camera2010-07-221-32/+107
* Add missing const qualifiers to class drivers.Dean Camera2010-07-211-9/+9
* Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...Dean Camera2010-07-211-0/+390