qmk_firmware/LUFA/Drivers/USB/Core/AVR8
Dean Camera 049e930963 Fixed possible invalid program execution when in host mode if corrupt descriptor lengths are supplied by the attached device.
Minor code cleanups to add const and reformat where missing, as well as abstract out the internal device signature start address into a macro, so that it can be altered to suit particular devices within a single architecture if needed.

Add missing documentation to the USB_Device_States_t enum.
2011-05-14 02:17:58 +00:00
..
Device_AVR8.c More UC3B architecture port updates. 2011-02-26 15:54:11 +00:00
Device_AVR8.h Fixed possible invalid program execution when in host mode if corrupt descriptor lengths are supplied by the attached device. 2011-05-14 02:17:58 +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 Add missing function attributes to the pipe/endpoint functions for all architectures. 2011-04-12 03:03:56 +00:00
Host_AVR8.c Correct UC3 global interrupt functions. 2011-04-08 05:05:05 +00:00
Host_AVR8.h Add missing function attributes to the pipe/endpoint functions for all architectures. 2011-04-12 03:03:56 +00:00
OTG_AVR8.h Add missing function attributes to the pipe/endpoint functions for all architectures. 2011-04-12 03:03:56 +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 Add missing function attributes to the pipe/endpoint functions for all architectures. 2011-04-12 03:03:56 +00:00
USBController_AVR8.c Fixed Remote Wakeup broken on the AVRs due to the mechanism only operating when the SUSPI bit is set (thanks to Holger Steinhaus). 2011-03-15 08:07:29 +00:00
USBController_AVR8.h Fix reversed descriptions for the AVR8 USB pad regulator enable/disable masks (thanks to Omar). 2011-04-20 06:04:49 +00:00
USBInterrupt_AVR8.c Move global interrupt enable/disable functions out to Common.h and document them. 2011-04-08 05:40:25 +00:00
USBInterrupt_AVR8.h Move global interrupt enable/disable functions out to Common.h and document them. 2011-04-08 05:40:25 +00:00