qmk_firmware/LUFA/Drivers
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
..
Board Add new USE_LUFA_CONFIG_HEADER compile time option. 2011-05-09 14:04:40 +00:00
Misc Move global interrupt enable/disable functions out to Common.h and document them. 2011-04-08 05:40:25 +00:00
Peripheral Remove redundant Doxygen guards from the internal preprocessor definitions. 2011-03-15 09:22:39 +00:00
USB 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