qmk_firmware/LUFA/Drivers/USB/LowLevel
Dean Camera 27f0ba6fc3 Fixed device state not being reset back to the default state if the host sets the address to 0x00.
Fixed Set Configuration requests not being stalled until the host has set the device's address.

Fixed possibility of internal signature retrieval being corrupted if an interrupt occurs during a signature byte read (thanks to Andrei Krainev).
2010-05-04 10:07:22 +00:00
..
Template Added new ENDPOINT_*_BusSuspended error code to the Endpoint function, so that the stream functions early-abort if the bus is suspended before or during a transfer. 2010-05-03 07:41:22 +00:00
DevChapter9.c Fixed device state not being reset back to the default state if the host sets the address to 0x00. 2010-05-04 10:07:22 +00:00
DevChapter9.h Fixed device state not being reset back to the default state if the host sets the address to 0x00. 2010-05-04 10:07:22 +00:00
Device.h Removed two-step endpoint/pipe bank clear and switch sequence for smaller, faster endpoint/pipe code. 2010-04-13 23:29:11 +00:00
Endpoint.c Added new ENDPOINT_*_BusSuspended error code to the Endpoint function, so that the stream functions early-abort if the bus is suspended before or during a transfer. 2010-05-03 07:41:22 +00:00
Endpoint.h Added new ENDPOINT_*_BusSuspended error code to the Endpoint function, so that the stream functions early-abort if the bus is suspended before or during a transfer. 2010-05-03 07:41:22 +00:00
Host.c Fix incorrect LED mask name in the Webserver project. 2010-03-09 13:22:51 +00:00
Host.h Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the LowLevel directory as it is hardware-dependent. 2010-04-28 08:15:16 +00:00
HostChapter9.c Add more include protection macros to give the user warnings when they try to manually include private driver header files, instead of the public driver headers. 2010-02-11 04:05:02 +00:00
HostChapter9.h Add file-level brief documentation. 2010-03-29 07:49:58 +00:00
LowLevel.c USB_Init() no longer calls sei() to enable global interrupts - this must now be done in the user application once all init code has run. 2010-04-28 07:48:26 +00:00
LowLevel.h Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the LowLevel directory as it is hardware-dependent. 2010-04-28 08:15:16 +00:00
OTG.h Add file-level brief documentation. 2010-03-29 07:49:58 +00:00
Pipe.c Software PDI mode breaks unless the software USART has 100 cycles between bits. 2010-03-17 11:48:39 +00:00
Pipe.h Removed two-step endpoint/pipe bank clear and switch sequence for smaller, faster endpoint/pipe code. 2010-04-13 23:29:11 +00:00
USBInterrupt.c Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the LowLevel directory as it is hardware-dependent. 2010-04-28 08:15:16 +00:00
USBInterrupt.h Oops - relocated USBInterrupt.h header file requires adjusted include paths for the other USB driver header files. 2010-04-28 08:20:15 +00:00