qmk_firmware/LUFA/Drivers/USB/Class
2011-01-10 18:56:34 +00:00
..
Common Oops - fix type preventing compilation of demos using the class drivers. 2011-01-08 15:54:57 +00:00
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. 2011-01-10 18:56:34 +00:00
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). 2011-01-10 18:43:34 +00:00
Audio.h Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
CDC.h Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
HID.h Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
MassStorage.h Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
MIDI.h Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
Printer.h Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
RNDIS.h Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
StillImage.h Update copyright year on all source files. 2011-01-01 13:00:56 +00:00