qmk_firmware/LUFA/Drivers/USB/LowLevel
Dean Camera 1756087c3e Optimize vendor/product description string display code in MassStorageHost.
Remove all Host mode class demos other than the CDCHost class driver demo, so that they can be re-added as they are made once the host mode class framework is designed.

Fixed USB_Host_SendControlRequest() not re-suspending the USB bus when initial device ready-wait fails.

Fixed USB Pad regulator not being disabled on some AVR models when the USB_OPT_REG_DISABLED option is used.
2009-06-26 09:58:43 +00:00
..
DevChapter9.c Optimize unique serial number reading code for size -- remove atoi/toupper references, replace with hand-rolled code as the input has known size constraints. 2009-06-21 13:52:21 +00:00
DevChapter9.h Corrected the ADC driver for the ATMEGA16U4 and ATMEGA32U4 (thanks to Opendous Inc.). 2009-06-22 10:23:47 +00:00
Device.h Changed per-device controller preprocessor checks over to per-device series for better device control. 2009-06-14 07:44:02 +00:00
Endpoint.c Changed per-device controller preprocessor checks over to per-device series for better device control. 2009-06-14 07:44:02 +00:00
Endpoint.h Changed per-device controller preprocessor checks over to per-device series for better device control. 2009-06-14 07:44:02 +00:00
Host.c Pipe_ConfigurePipe() now automatically defaults IN pipes to accepting infinite IN requests, this can still be changed by calling the existing \ref Pipe_SetFiniteINRequests() function. 2009-06-23 08:03:09 +00:00
Host.h Fix makefiles -- the auto-addition of -D switches to each LUFA compile time option was faulty, due to GNUMake becomming confused by the spaces in the USE_STATIC_OPTIONS lines. Make user add in the switches explicitly instead. 2009-06-19 05:08:04 +00:00
HostChapter9.c Optimize vendor/product description string display code in MassStorageHost. 2009-06-26 09:58:43 +00:00
HostChapter9.h Documentation enhancements to improve documentation cross-references. 2009-04-22 14:28:55 +00:00
LowLevel.c Optimize vendor/product description string display code in MassStorageHost. 2009-06-26 09:58:43 +00:00
LowLevel.h Fix errors from last commit. 2009-06-14 07:57:04 +00:00
OTG.h Moved USB Host state machine code out from USBTask.c and into Host.c, where it more properly belongs. 2009-05-13 14:13:57 +00:00
Pipe.c Fixed MassStorage demo not clearing the reset flag when a Mass Storage Reset is issued while not processing a command. 2009-06-23 08:45:46 +00:00
Pipe.h Pipe_ConfigurePipe() now automatically defaults IN pipes to accepting infinite IN requests, this can still be changed by calling the existing \ref Pipe_SetFiniteINRequests() function. 2009-06-23 08:03:09 +00:00