qmk_firmware/LUFA/Drivers/USB/Core/AVR8
Dean Camera c1c94fe5a0 Fixed Still Image Host class driver exiting the descriptor search routine prematurely if the data pipes (but not event pipe) is found.
Fixed missing call to Pipe_SetInfiniteINRequests() in the Pipe_ConfigurePipe() routine.
2011-03-03 19:32:27 +00:00
..
Device_AVR8.c More UC3B architecture port updates. 2011-02-26 15:54:11 +00:00
Device_AVR8.h General cleanup and more port work to the AVR32 UC3B. 2011-02-27 18:25:29 +00:00
Endpoint_AVR8.c Rename architecture specific driver files, to make them appear with uniquely identifying filenames in the documentation. 2011-02-20 18:21:04 +00:00
Endpoint_AVR8.h General cleanup and more port work to the AVR32 UC3B. 2011-02-27 18:25:29 +00:00
Host_AVR8.c Rename architecture specific driver files, to make them appear with uniquely identifying filenames in the documentation. 2011-02-20 18:21:04 +00:00
Host_AVR8.h Move out common architecture-independent core definitions into the appropriate core dispatch header files. 2011-02-27 14:39:49 +00:00
OTG_AVR8.h Rename architecture specific driver files, to make them appear with uniquely identifying filenames in the documentation. 2011-02-20 18:21:04 +00:00
Pipe_AVR8.c Fixed Still Image Host class driver exiting the descriptor search routine prematurely if the data pipes (but not event pipe) is found. 2011-03-03 19:32:27 +00:00
Pipe_AVR8.h General cleanup and more port work to the AVR32 UC3B. 2011-02-27 18:25:29 +00:00
USBController_AVR8.c Add in USB_INT_RegisterHandlers() internal function to register the interrupt handler routines used by LUFA. Add dummy loads after clearing the interrupt lines according to the datasheet. 2011-02-28 22:30:40 +00:00
USBController_AVR8.h Rename architecture specific driver files, to make them appear with uniquely identifying filenames in the documentation. 2011-02-20 18:21:04 +00:00
USBInterrupt_AVR8.c Changed over the AVR8 USB controller interrupt management macros to be inlined functions instead, for better compile-time validity checking and to keep the per-architecture source files as uniform as possible. 2011-02-27 20:00:15 +00:00
USBInterrupt_AVR8.h Add in USB_INT_RegisterHandlers() internal function to register the interrupt handler routines used by LUFA. Add dummy loads after clearing the interrupt lines according to the datasheet. 2011-02-28 22:30:40 +00:00