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 154f934b22
Call USB_USBTask() in the Endpoint stream functions between packets if INTERRUPT_CONTROL_ENDPOINT is not set. Remove calls to USB_USBTask in the Mass Storage class driver stream read/write continuation checks, since this is now done inside the stream function.
14 years ago
..
Common Oops - fix type preventing compilation of demos using the class drivers. 14 years ago
Device Call USB_USBTask() in the Endpoint stream functions between packets if INTERRUPT_CONTROL_ENDPOINT is not set. Remove calls to USB_USBTask in the Mass Storage class driver stream read/write continuation checks, since this is now done inside the stream function. 14 years ago
Host Altered all endpoint/pipe stream transfers so that the new BytesProcessed parameter now points to a location where the number of bytes in the transfer that have been completed can be stored (or NULL if entire transaction should be performed in one chunk). 14 years ago
Audio.h Update copyright year on all source files. 14 years ago
CDC.h Update copyright year on all source files. 14 years ago
HID.h Update copyright year on all source files. 14 years ago
MIDI.h Update copyright year on all source files. 14 years ago
MassStorage.h Update copyright year on all source files. 14 years ago
Printer.h Update copyright year on all source files. 14 years ago
RNDIS.h Update copyright year on all source files. 14 years ago
StillImage.h Update copyright year on all source files. 14 years ago