qmk_firmware/LUFA/Drivers/USB/LowLevel
Dean Camera 6a8e27f7ee Fixed Endpoint_Write_Control_* functions writing more data than expected by the host, causing it to panic (thanks to Johannes Raschke). 2009-05-02 13:05:25 +00:00
..
DevChapter9.c Fixed USB_RemoteWakeupEnabled flag never being set (the REMOTE WAKEUP Set Feature request was not being handled). 2009-04-23 13:28:12 +00:00
DevChapter9.h Fixed USB_RemoteWakeupEnabled flag never being set (the REMOTE WAKEUP Set Feature request was not being handled). 2009-04-23 13:28:12 +00:00
Device.h Documentation enhancements to improve documentation cross-references. 2009-04-22 14:28:55 +00:00
Endpoint.c Fixed Endpoint_Write_Control_* functions writing more data than expected by the host, causing it to panic (thanks to Johannes Raschke). 2009-05-02 13:05:25 +00:00
Endpoint.h Endpoint configuration is now refined to give better output when all configurations have static inputs - removed the now useless STATIC_ENDPOINT_CONFIGURATION compile time token. 2009-04-24 07:28:51 +00:00
Host.c Fixed GenericHIDHost demo report write routine incorrect for control type requests (thanks to Andrei Krainev). 2009-04-16 08:50:34 +00:00
Host.h Documentation enhancements to improve documentation cross-references. 2009-04-22 14:28:55 +00:00
HostChapter9.c USB_HostRequest renamed to USB_ControlRequest, entire control request header is now read into USB_ControlRequest in Device mode rather than having the library pass only partially read header data to the application. 2009-04-22 13:03:11 +00:00
HostChapter9.h Documentation enhancements to improve documentation cross-references. 2009-04-22 14:28:55 +00:00
LowLevel.c Fixed reversed signature byte ordering in the CDC bootloader (thanks to Johannes Raschke). 2009-05-02 05:49:15 +00:00
LowLevel.h Documentation enhancements to improve documentation cross-references. 2009-04-22 14:28:55 +00:00
OTG.h Documentation enhancements to improve documentation cross-references. 2009-04-22 14:28:55 +00:00
Pipe.c Move the length decrements in the pipe and endpoint stream functions to the point at which the buffers are operated on, to prevent decrements during iterations where no data is exchanged (thanks to Francisco Moraes). 2009-04-26 05:01:06 +00:00
Pipe.h Documentation enhancements to improve documentation cross-references. 2009-04-22 14:28:55 +00:00