qmk_firmware/LUFA/Drivers/USB/LowLevel
Dean Camera 0f45b9c8e0 More spell checking of all source files -- correct missed errors, switch to EN-GB spelling dictionary. 2010-07-30 09:48:35 +00:00
..
Template Add missing const qualifiers to class drivers. 2010-07-21 14:00:51 +00:00
Device.c Add missing eol-style properties to new source files. 2010-07-12 10:20:38 +00:00
Device.h Update size of compiled Mouse demo in documentation, fix indenting in Device.h. 2010-07-23 03:25:19 +00:00
Endpoint.c Add missing const qualifiers to class drivers. 2010-07-21 14:00:51 +00:00
Endpoint.h Use static inline intermediatary functions in Endpoint.h to handle the masking for the private endpoint configuration routine, instead of performing the masking in the Endpoint_ConfigureEndpoint() macro. 2010-07-27 13:49:16 +00:00
Host.c Add missing const qualifiers to class drivers. 2010-07-21 14:00:51 +00:00
Host.h Convert over internal pseudo-function macros to true inline functions for added type-safety and compile-checking. 2010-07-22 15:38:12 +00:00
OTG.h Convert over internal pseudo-function macros to true inline functions for added type-safety and compile-checking. 2010-07-22 15:38:12 +00:00
Pipe.c Add missing const qualifiers to class drivers. 2010-07-21 14:00:51 +00:00
Pipe.h Convert over internal pseudo-function macros to true inline functions for added type-safety and compile-checking. 2010-07-22 15:38:12 +00:00
USBController.c Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel directory, new named DeviceStandardReq.c/.h and HostStandardReq.c/.h. 2010-07-21 12:20:34 +00:00
USBController.h More spell checking of all source files -- correct missed errors, switch to EN-GB spelling dictionary. 2010-07-30 09:48:35 +00:00
USBInterrupt.c Fixed possible device lockup when INTERRUPT_CONTROL_ENDPOINT is enabled and the control endpoint is not properly selected when the ISR completes. 2010-05-13 07:43:18 +00:00
USBInterrupt.h Convert over internal pseudo-function macros to true inline functions for added type-safety and compile-checking. 2010-07-22 15:38:12 +00:00