qmk_firmware/LUFA/Drivers/USB/LowLevel
Dean Camera a54ed0085b Seperated out parts of the PrinterHost incomplete demo into a seperate Lib subdirectory.
Fixed Host mode to Device mode UID change not causing a USB Disconnect event when a device was connected.
2009-07-13 04:46:52 +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 Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
Endpoint.c Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
Endpoint.h Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +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 Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
HostChapter9.c Seperated out parts of the PrinterHost incomplete demo into a seperate Lib subdirectory. 2009-07-13 04:46:52 +00:00
HostChapter9.h Seperated out parts of the PrinterHost incomplete demo into a seperate Lib subdirectory. 2009-07-13 04:46:52 +00:00
LowLevel.c Optimize vendor/product description string display code in MassStorageHost. 2009-06-26 09:58:43 +00:00
LowLevel.h Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
OTG.h Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
Pipe.c Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
Pipe.h Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00