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/LowLevel
Dean Camera a509729b2d
Changed default value for the reset polarity parameter in the AVRISP-MKII project so that it defaults to active low drive.
14 years ago
..
Device.c Add missing eol-style properties to new source files. 14 years ago
Device.h Changed default value for the reset polarity parameter in the AVRISP-MKII project so that it defaults to active low drive. 14 years ago
Endpoint.c Must save and restore the endpoint/pipe interrupt enable flags during reconfiguration of all endpoints/pipes in the Endpoint_ConfigureEndpoint() and Pipe_ConfigurePipe() routines. 14 years ago
Endpoint.h Fixed endpoint selection within the CALLBACK_HID_Device_CreateHIDReport() callback function causing broken GET REPORT requests. 14 years ago
Host.c Fixed USB_Host_ClearPipeStall() incorrectly attempting to determine the endpoint's direction from the currently selected pipe. 14 years ago
Host.h Fixed USB_Host_ClearPipeStall() incorrectly attempting to determine the endpoint's direction from the currently selected pipe. 14 years ago
OTG.h Convert over internal pseudo-function macros to true inline functions for added type-safety and compile-checking. 14 years ago
Pipe.c Must save and restore the endpoint/pipe interrupt enable flags during reconfiguration of all endpoints/pipes in the Endpoint_ConfigureEndpoint() and Pipe_ConfigurePipe() routines. 14 years ago
Pipe.h Better documentation for the Endpoint_ConfigureEndpoint() and Pipe_ConfigurePipe() functions. 14 years ago
USBController.c Reverted modifications to USBInterrupt.h that were intefering with correct host mode operation. 14 years ago
USBController.h Clean up USBController.c/.h to more clearly seperate out host and device setup and reset paths. 14 years ago
USBInterrupt.c Changed default value for the reset polarity parameter in the AVRISP-MKII project so that it defaults to active low drive. 14 years ago
USBInterrupt.h Rename internal suspend and wake up USB interrupt macros so that they follow the same naming scheme as the other USB ISR macros. 14 years ago