aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/LowLevel/USBInterrupt.h
AgeCommit message (Expand)Author
2011-02-19Initial restructuring of the core USB driver module to support multiple archi...Dean
2011-01-30Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device Cl...Dean
2011-01-26Added new KeyboardMouseMultiReport Device ClassDriver demo.Dean
2011-01-01Update copyright year on all source files.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-09-19Rename internal suspend and wake up USB interrupt macros so that they follow ...Dean
2010-07-22Convert over internal pseudo-function macros to true inline functions for add...Dean
2010-07-21Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...Dean
2010-05-13Fixed possible device lockup when INTERRUPT_CONTROL_ENDPOINT is enabled and t...Dean
2010-05-08Add svn:eol-style property to source files, so that the line endings are corr...Dean
2010-05-04Fixed INTERRUPT_CONTROL_ENDPOINT compile time option preventing other interru...Dean
2010-04-28Oops - relocated USBInterrupt.h header file requires adjusted include paths f...Dean
2010-04-28Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...Dean