qmk_firmware/LUFA/Drivers/USB/Class/Device
Dean Camera 34f6e0dd33 Deleted Host ClassDriver demos -- not yet started, faster to rebase new ClassDriver demos from the newly schedulerless LowLevel host demos rather than re-convert each demo from the previous scheduler-based implementations.
Fixes to MassStorageHost demo to improve compatibility with more USB drives.
2009-06-09 04:27:53 +00:00
..
Audio.c Ensure all USB device class drivers have the same three main functions as their interface for consistency. 2009-06-04 03:03:48 +00:00
Audio.h Finished basic documentation of all device mode class drivers. 2009-06-08 11:31:41 +00:00
CDC.c Finished CDC device class driver documentation. 2009-06-08 10:06:49 +00:00
CDC.h Finished basic documentation of all device mode class drivers. 2009-06-08 11:31:41 +00:00
HID.c Added multiple Report ID support to the HID class driver. Removed OUT endpoint support from HID driver (all OUT reports are now processed through control requests) as a seperate endpoint had issues with determining the exact output report length. 2009-06-05 02:23:31 +00:00
HID.h Deleted Host ClassDriver demos -- not yet started, faster to rebase new ClassDriver demos from the newly schedulerless LowLevel host demos rather than re-convert each demo from the previous scheduler-based implementations. 2009-06-09 04:27:53 +00:00
MIDI.c Ensure all USB device class drivers have the same three main functions as their interface for consistency. 2009-06-04 03:03:48 +00:00
MIDI.h Finished basic documentation of all device mode class drivers. 2009-06-08 11:31:41 +00:00
MassStorage.c Minor documentation page updates. 2009-06-04 02:55:30 +00:00
MassStorage.h Finished basic documentation of all device mode class drivers. 2009-06-08 11:31:41 +00:00
RNDIS.c Finished basic documentation of all device mode class drivers. 2009-06-08 11:31:41 +00:00
RNDIS.h Finished basic documentation of all device mode class drivers. 2009-06-08 11:31:41 +00:00
RNDISConstants.h Commit of new class abstraction APIs for all device demos other than the MIDI demo - not documented yet. 2009-06-01 11:03:39 +00:00