aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/LowLevel/USBController.c
AgeCommit message (Expand)Author
2011-02-19Initial restructuring of the core USB driver module to support multiple archi...Dean
2011-01-30Renamed all driver termination *_ShutDown() functions to the more logical nam...Dean
2011-01-01Update copyright year on all source files.Dean
2010-12-24Re-add in old Endpoint/Pipe workaround for unordered pipes - add new ORDERED_...Dean
2010-10-28Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify tool...Dean
2010-10-12Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum.Dean
2010-10-01Fix device mode for the U4 parts.Dean
2010-09-22Reverted modifications to USBInterrupt.h that were intefering with correct ho...Dean
2010-09-21Oops - need to call USB_Attach() when reinitializing into USB Host mode, or n...Dean
2010-09-19Rename internal suspend and wake up USB interrupt macros so that they follow ...Dean
2010-09-19Make device mode configure the control endpoint even before the bus has been ...Dean
2010-09-19More simplifications to USBController.c, fix errors and warnings when compile...Dean
2010-09-19Fix warning when not compiled for UID auto-selection mode.Dean
2010-09-19Clean up USBController.c/.h to more clearly seperate out host and device setu...Dean
2010-09-15Removed the EVENT_USB_InitFailure() event, as not specifying a USB mode to US...Dean
2010-09-13Fixed SET FEATURE and CLEAR FEATURE control requests directed at an unconfigu...Dean
2010-07-21Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...Dean