qmk_firmware/LUFA/Drivers/USB
Dean Camera ed9d77aeee Refactored Host mode Class Driver *_Host_ConfigurePipes() routines to be more space efficient when compiled.
Added new *_ENUMERROR_PipeConfigurationFailed error codes for the *_Host_ConfigurePipes() routines.
2010-12-02 01:56:06 +00:00
..
Class Refactored Host mode Class Driver *_Host_ConfigurePipes() routines to be more space efficient when compiled. 2010-12-02 01:56:06 +00:00
HighLevel Remove internal USB_Device_NibbleToASCII() function in favour of manually inlined code to prevent compilation errors in -O0 optimisation level. 2010-11-21 10:16:44 +00:00
LowLevel Oops - typos in the naming of the NBUSYBK0 bits breaking the new busy bank counting functions. 2010-10-29 06:50:56 +00:00
USB.h Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Device_ControlRequest() as it is now fired before the library request handlers, not afterwards. 2010-11-05 05:15:20 +00:00