aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/LowLevel/USBController.c
Commit message (Expand)AuthorAgeFilesLines
* Re-add in old Endpoint/Pipe workaround for unordered pipes - add new ORDERED_...Dean Camera2010-12-241-0/+1
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-20/+21
* Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum.Dean Camera2010-10-121-4/+4
* Fix device mode for the U4 parts.Dean Camera2010-10-011-1/+1
* Reverted modifications to USBInterrupt.h that were intefering with correct ho...Dean Camera2010-09-221-0/+1
* Oops - need to call USB_Attach() when reinitializing into USB Host mode, or n...Dean Camera2010-09-211-1/+2
* Rename internal suspend and wake up USB interrupt macros so that they follow ...Dean Camera2010-09-191-1/+1
* Make device mode configure the control endpoint even before the bus has been ...Dean Camera2010-09-191-12/+14
* More simplifications to USBController.c, fix errors and warnings when compile...Dean Camera2010-09-191-8/+12
* Fix warning when not compiled for UID auto-selection mode.Dean Camera2010-09-191-0/+2
* Clean up USBController.c/.h to more clearly seperate out host and device setu...Dean Camera2010-09-191-130/+90
* Removed the EVENT_USB_InitFailure() event, as not specifying a USB mode to US...Dean Camera2010-09-151-12/+2
* Fixed SET FEATURE and CLEAR FEATURE control requests directed at an unconfigu...Dean Camera2010-09-131-3/+3
* Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...Dean Camera2010-07-211-0/+271