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/Class
Dean Camera a233109909
Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the function works on an endpoint address within the attached device, and not a Pipe within the host.
14 years ago
..
Common Add multiple axis support to the HID joystick report in the HID_DESCRIPTOR_JOYSTICK() macro. 14 years ago
Device Remove redundant calls to USB_USBTask() in the Mass Storage Device Class driver when INTERRUPT_CONTROL_ENDPOINT is not used, as this is done inside the stream callbacks. 14 years ago
Host Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the function works on an endpoint address within the attached device, and not a Pipe within the host. 14 years ago
Audio.h Pipe_BoundEndpointNumber() has been renamed to Pipe_GetBoundEndpointAddress(), and now returns the correct endpoint direction as part of the endpoint address. 14 years ago
CDC.h Initial restructuring of the core USB driver module to support multiple architectures in the future. 14 years ago
HID.h Initial restructuring of the core USB driver module to support multiple architectures in the future. 14 years ago
MIDI.h Initial restructuring of the core USB driver module to support multiple architectures in the future. 14 years ago
MassStorage.h Initial restructuring of the core USB driver module to support multiple architectures in the future. 14 years ago
Printer.h Initial restructuring of the core USB driver module to support multiple architectures in the future. 14 years ago
RNDIS.h Initial restructuring of the core USB driver module to support multiple architectures in the future. 14 years ago
StillImage.h Initial restructuring of the core USB driver module to support multiple architectures in the future. 14 years ago