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/Host
Dean Camera c7bc3ec391
Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver demo.
15 years ago
..
CDC.c Removed mostly useless "TestApp" demo, as it was mainly useful only for checking for sytax errors in the library. 15 years ago
CDC.h Add const qualifiers to Host mode Class drivers. 15 years ago
HID.c Added new HID_HOST_BOOT_PROTOCOL_ONLY compile time token to reduce the size of the HID Host Class driver when Report protocol is not needed. 15 years ago
HID.h Added new HID_HOST_BOOT_PROTOCOL_ONLY compile time token to reduce the size of the HID Host Class driver when Report protocol is not needed. 15 years ago
HIDParser.c Fix accidentally changed code breaking the HID descriptor parser. 15 years ago
HIDParser.h Doxygen fixes to \param directives to give data direction in all projects. Make HID item filtering routines clearer in the HID WithParser demos. 15 years ago
HIDReportData.h Commit of new class abstraction APIs for all device demos other than the MIDI demo - not documented yet. 16 years ago
MIDI.c Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver demo. 15 years ago
MIDI.h Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver demo. 15 years ago
MassStorage.c Add const qualifiers to Host mode Class drivers. 15 years ago
MassStorage.h Fixed PrinterHost demo returning invalid Device ID data when the attached device does not have a device ID (thanks to Andrei Krainev). 15 years ago
StillImage.c Add const qualifiers to Host mode Class drivers. 15 years ago
StillImage.h Add const qualifiers to Host mode Class drivers. 15 years ago