aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/LowLevel/USBInterrupt.c
Commit message (Expand)AuthorAgeFilesLines
* Initial restructuring of the core USB driver module to support multiple archi...Dean Camera2011-02-191-269/+0
* Reduced latency for executing the Start-Of-Frame events (if enabled in the us...Dean Camera2011-02-191-14/+14
* Add static keyword to all project globals whose scope should be restricted to...Dean Camera2011-02-101-4/+4
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
* 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-33/+34
* Added new NO_SOF_EVENTS compile time option, enabled in the bootloaders to re...Dean Camera2010-10-071-0/+4
* Changed default value for the reset polarity parameter in the AVRISP-MKII pro...Dean Camera2010-09-291-2/+5
* Reverted modifications to USBInterrupt.h that were intefering with correct ho...Dean Camera2010-09-221-11/+6
* Rename internal suspend and wake up USB interrupt macros so that they follow ...Dean Camera2010-09-191-11/+11
* Clean up USBController.c/.h to more clearly seperate out host and device setu...Dean Camera2010-09-191-4/+9
* Ensure device address latch bit is not set at the same time as the new addres...Dean Camera2010-09-191-3/+9
* Removed the EVENT_USB_InitFailure() event, as not specifying a USB mode to US...Dean Camera2010-09-151-2/+0
* Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions...Dean Camera2010-09-051-0/+7
* Fixed possible device lockup when INTERRUPT_CONTROL_ENDPOINT is enabled and t...Dean Camera2010-05-131-2/+5
* Fix nasty bug in USBInterrupt.c which would cause a lockup if the control end...Dean Camera2010-05-111-4/+4
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-247/+247
* Fixed INTERRUPT_CONTROL_ENDPOINT compile time option preventing other interru...Dean Camera2010-05-041-0/+3
* Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...Dean Camera2010-04-281-0/+244