qmk_firmware/LUFA/Drivers/USB
Dean Camera 710f31c540 Added new NO_CLASS_DRIVER_AUTOFLUSH compile time option to disable automatic flushing of interfaces when the USB management tasks for each driver is called.
The MIDI class drivers now automatically flushes the MIDI interface when the MIDI class driver's USBTask() function is called.
2010-10-27 07:23:51 +00:00
..
Class Added new NO_CLASS_DRIVER_AUTOFLUSH compile time option to disable automatic flushing of interfaces when the USB management tasks for each driver is called. 2010-10-27 07:23:51 +00:00
HighLevel Add descriptor class, subclass and protocol constants to the class drivers, modify all demos to use them where possible. 2010-10-25 12:42:55 +00:00
LowLevel Better algorithm to extract and convert the internal device serial number into a string descriptor (if present). 2010-10-24 12:25:34 +00:00
USB.h All USB class drivers are now automatically included when LUFA/Drivers/USB.h is included, and no longer need to be seperately included. 2010-10-24 22:53:57 +00:00