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 092f82e06f
Changed the signature of the CALLBACK_USB_GetDescriptor() callback function so that the descriptor pointer is const, to remove the need for extra casting inside the callback (thanks to Jonathan Kollasch).
14 years ago
..
Device.c Add missing eol-style properties to new source files. 15 years ago
Device.h Changed the signature of the CALLBACK_USB_GetDescriptor() callback function so that the descriptor pointer is const, to remove the need for extra casting inside the callback (thanks to Jonathan Kollasch). 14 years ago
Endpoint.c Optimise Endpoint_ConfigureEndpoint_Prv() function to produce smaller code when CONTROL_ONLY_DEVICE compile time token is defined. 14 years ago
Endpoint.h Split out endpoint and pipe stream functions into new EndpointStream.c/.h and PipeStream.c/.h files. 14 years ago
Host.c Add missing const qualifiers to class drivers. 15 years ago
Host.h Convert over internal pseudo-function macros to true inline functions for added type-safety and compile-checking. 15 years ago
OTG.h Convert over internal pseudo-function macros to true inline functions for added type-safety and compile-checking. 15 years ago
Pipe.c Split out endpoint and pipe stream functions into new EndpointStream.c/.h and PipeStream.c/.h files. 14 years ago
Pipe.h Split out endpoint and pipe stream functions into new EndpointStream.c/.h and PipeStream.c/.h files. 14 years ago
USBController.c Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel directory, new named DeviceStandardReq.c/.h and HostStandardReq.c/.h. 15 years ago
USBController.h Split out endpoint and pipe stream functions into new EndpointStream.c/.h and PipeStream.c/.h files. 14 years ago
USBInterrupt.c Fixed possible device lockup when INTERRUPT_CONTROL_ENDPOINT is enabled and the control endpoint is not properly selected when the ISR completes. 15 years ago
USBInterrupt.h Convert over internal pseudo-function macros to true inline functions for added type-safety and compile-checking. 15 years ago