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/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.
16 years ago
..
Audio.c Ensure all USB device class drivers have the same three main functions as their interface for consistency. 16 years ago
Audio.h Finished basic documentation of all device mode class drivers. 16 years ago
CDC.c Finished CDC device class driver documentation. 16 years ago
CDC.h Finished basic documentation of all device mode class drivers. 16 years ago
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. 16 years ago
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. 16 years ago
MIDI.c Ensure all USB device class drivers have the same three main functions as their interface for consistency. 16 years ago
MIDI.h Finished basic documentation of all device mode class drivers. 16 years ago
MassStorage.c Minor documentation page updates. 16 years ago
MassStorage.h Finished basic documentation of all device mode class drivers. 16 years ago
RNDIS.c Finished basic documentation of all device mode class drivers. 16 years ago
RNDIS.h Finished basic documentation of all device mode class drivers. 16 years ago
RNDISConstants.h Commit of new class abstraction APIs for all device demos other than the MIDI demo - not documented yet. 16 years ago