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