qmk_firmware/LUFA/Drivers/USB/Class/Host
Dean Camera c7bc3ec391 Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver demo.
Make MouseHost and KeyboardHost ClassDriver demos use the HID Class driver's structures for the boot protocol Mouse/Keyboard report data, rather than rolling their own.
2009-10-08 08:46:27 +00:00
..
CDC.c Removed mostly useless "TestApp" demo, as it was mainly useful only for checking for sytax errors in the library. 2009-09-30 04:40:36 +00:00
CDC.h Add const qualifiers to Host mode Class drivers. 2009-09-21 06:08:39 +00:00
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. 2009-09-30 08:16:42 +00:00
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. 2009-09-30 08:16:42 +00:00
HIDParser.c Fix accidentally changed code breaking the HID descriptor parser. 2009-10-05 05:20:30 +00:00
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. 2009-09-24 02:05:33 +00:00
HIDReportData.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
MIDI.c Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver demo. 2009-10-08 08:46:27 +00:00
MIDI.h Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver demo. 2009-10-08 08:46:27 +00:00
MassStorage.c Add const qualifiers to Host mode Class drivers. 2009-09-21 06:08:39 +00:00
MassStorage.h Fixed PrinterHost demo returning invalid Device ID data when the attached device does not have a device ID (thanks to Andrei Krainev). 2009-09-28 15:56:27 +00:00
StillImage.c Add const qualifiers to Host mode Class drivers. 2009-09-21 06:08:39 +00:00
StillImage.h Add const qualifiers to Host mode Class drivers. 2009-09-21 06:08:39 +00:00