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 ab602a8b48
Fix typo in the StillImageHost LowLevel demo, and the CDC Host Class Driver.
15 years ago
..
CDC.c Fix typo in the StillImageHost LowLevel demo, and the CDC Host Class Driver. 15 years ago
CDC.h Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() macro for setting a pipe's direction. Fixed CDCHost failing on devices with bidirectional endpoints. 15 years ago
HID.c Fixed HID host Class driver report send/receive report broken when issued through the control pipe. 15 years ago
HID.h Fix doxygen documentation - doxygen was getting confused on the variable-length ATTR_NON_NULL_PTR_ARG() macro used on function prototypes and was generating many return types for several functions in the documentation (thanks to David Lyons). 15 years ago
HIDParser.c Added new Printer Host mode Class driver. 15 years ago
HIDParser.h Fix doxygen documentation - doxygen was getting confused on the variable-length ATTR_NON_NULL_PTR_ARG() macro used on function prototypes and was generating many return types for several functions in the documentation (thanks to David Lyons). 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 optional pipe double banking support to the Host mode Class drivers. 15 years ago
MIDI.h Fix doxygen documentation - doxygen was getting confused on the variable-length ATTR_NON_NULL_PTR_ARG() macro used on function prototypes and was generating many return types for several functions in the documentation (thanks to David Lyons). 15 years ago
MassStorage.c Add optional pipe double banking support to the Host mode Class drivers. 15 years ago
MassStorage.h The incomplete StandaloneProgrammer project now uses Host and Device Mass storage classes, so that program data can either be loaded onto the device's Dataflash storage, or read off an attached USB memory stick. 15 years ago
Printer.c Add optional pipe double banking support to the Host mode Class drivers. 15 years ago
Printer.h Fix doxygen documentation - doxygen was getting confused on the variable-length ATTR_NON_NULL_PTR_ARG() macro used on function prototypes and was generating many return types for several functions in the documentation (thanks to David Lyons). 15 years ago
StillImage.c Fixed misnamed SI_Host_USBTask() and SI_Host_ConfigurePipes() functions. 15 years ago
StillImage.h Fix build and Doxygen errors. 15 years ago