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