You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/LUFA/Drivers/USB/HighLevel
Dean Camera b7f6a65c25
Fixed USB driver failing to define the PLL prescaler mask for the ATMEGA8U2 and ATMEGA16U2.
15 years ago
..
ConfigDescriptor.c Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function to USB_Host_GetDeviceConfigDescriptor(). 15 years ago
ConfigDescriptor.h Fixed broken USB_GetNextDescriptor() function causing the descriptor to jump ahead double the expected amount. 15 years ago
Events.c Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB driver directory to the HighLevel USB driver directory, where they are more suited. 16 years ago
Events.h Fixed HOST_STATE_AS_GPIOR being ignored whilst in Host mode (thanks to David Lyons). 15 years ago
StdDescriptors.h Fixed USB driver failing to define the PLL prescaler mask for the ATMEGA8U2 and ATMEGA16U2. 15 years ago
StdRequestType.h Renamed all library events to properly seperate out Device and Host mode events. Changed the firing conditions for some events to ensure that events are fired by their own USB mode only. 15 years ago
StreamCallbacks.h USB_IsConnected is now cleared before the USB_Disconnect() event is fired in response to VBUS being removed. 16 years ago
USBInterrupt.c Added new XPLAIN serial Bridge project (thanks to John Steggall for the software UART code). 15 years ago
USBInterrupt.h Added beginnings of a new AVRISP-MKII clone project. 15 years ago
USBMode.h Fixed misnamed SI_Host_USBTask() and SI_Host_ConfigurePipes() functions. 15 years ago
USBTask.c Renamed all library events to properly seperate out Device and Host mode events. Changed the firing conditions for some events to ensure that events are fired by their own USB mode only. 15 years ago
USBTask.h Fixed HOST_STATE_AS_GPIOR being ignored whilst in Host mode (thanks to David Lyons). 15 years ago