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 2f643f6143
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
..
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 Add new error condition to the HID Report Parser for when a report is parsed but no unfiltered items are encountered (i.e. nothing of interest in the device report). Make all host HID "WithParser" demos print the new error condition. 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
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