qmk_firmware/LUFA/Drivers/USB/Core
Dean Camera 0d888458e1 Fix incorrect bank mask in Endpoint_ConfigureEndpoint() for the UC3 devices. 2012-06-02 19:34:10 +00:00
..
AVR8 Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet and footer HTML, add explicit spacing into documentation code fragments to prevent Doxygen from removing empty lines in the output. 2012-05-20 10:55:59 +00:00
UC3 Fix incorrect bank mask in Endpoint_ConfigureEndpoint() for the UC3 devices. 2012-06-02 19:34:10 +00:00
XMEGA Fix incorrect definition for the XMEGA Endpoint_BytesInEndpoint() function when used on OUT endpoints. 2012-05-26 15:06:00 +00:00
ConfigDescriptor.c Update file contributor copyrights for 2012. 2012-02-04 22:38:44 +00:00
ConfigDescriptor.h Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet and footer HTML, add explicit spacing into documentation code fragments to prevent Doxygen from removing empty lines in the output. 2012-05-20 10:55:59 +00:00
Device.h Minor documentation improvements. 2012-05-20 15:35:01 +00:00
DeviceStandardReq.c Fixed incorrect reponse to GET STATUS requests in device mode if NO_DEVICE_SELF_POWER or NO_DEVICE_REMOTE_WAKEUP tokens are defined (thanks to Georg Glock). 2012-04-15 13:34:11 +00:00
DeviceStandardReq.h Minor documentation fixes - change \note entries to \warning where appropriate and remove/update old documentation. 2012-02-24 20:25:36 +00:00
Endpoint.h Reintegrate the FullEPAddresses development branch into trunk. 2012-04-14 14:41:17 +00:00
EndpointStream.h Update file contributor copyrights for 2012. 2012-02-04 22:38:44 +00:00
Events.c Re-enable cppcheck static analysis unused function checks after adding in special-case suppressions to the event stub functions. Add missing function prototypes to the AudioInput and AudioOutput class driver device demos. 2012-03-25 12:12:08 +00:00
Events.h Minor documentation fixes - change \note entries to \warning where appropriate and remove/update old documentation. 2012-02-24 20:25:36 +00:00
Host.h Update file contributor copyrights for 2012. 2012-02-04 22:38:44 +00:00
HostStandardReq.c Remove potentially unaligned uint32_t access in HIDParser.c, replace with standard C bit shifts. 2012-02-20 18:47:25 +00:00
HostStandardReq.h Minor documentation fixes - change \note entries to \warning where appropriate and remove/update old documentation. 2012-02-24 20:25:36 +00:00
OTG.h Update file contributor copyrights for 2012. 2012-02-04 22:38:44 +00:00
Pipe.h Reintegrate the FullEPAddresses development branch into trunk. 2012-04-14 14:41:17 +00:00
PipeStream.h Update file contributor copyrights for 2012. 2012-02-04 22:38:44 +00:00
StdDescriptors.h Fixed incorrect DFU version number reported to the host in the DFU bootloader descriptors. Fixed incorrect version hundredths value encoding in VERSION_BCD() macro (thanks to Georg Glock). 2012-05-05 15:25:27 +00:00
StdRequestType.h Update file contributor copyrights for 2012. 2012-02-04 22:38:44 +00:00
USBController.h Reintegrate the FullEPAddresses development branch into trunk. 2012-04-14 14:41:17 +00:00
USBInterrupt.h Update file contributor copyrights for 2012. 2012-02-04 22:38:44 +00:00
USBMode.h Ensure that USB_DEVICE_ONLY or USB_HOST_ONLY is properly set for devices that physically do not support a particular mode. Fix main LUFA library makefile default target. 2012-06-02 15:50:10 +00:00
USBTask.c Add build tests to verify correct compilation of as many modules as possible under as many architectures as possible. 2012-02-18 23:33:12 +00:00
USBTask.h Minor documentation fixes - change \note entries to \warning where appropriate and remove/update old documentation. 2012-02-24 20:25:36 +00:00