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 c3758ac5ef
Un-inline the SendAddress function in NVMTarget.c/.h of the AVRISP project.
15 years ago
..
CDC.c Added CDC_Host_Flush() function to the CDC Host Class driver to flush sent data to the attached device. 15 years ago
CDC.h Added CDC_Host_Flush() function to the CDC Host Class driver to flush sent data to the attached device. 15 years ago
HID.c Test with -Wextra, fix library warnings due to unused function parameters. 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 Fix double oops -- Host mode settle delay was still being ignored due to inverted logic, HID Parser was assigning the usage Min/Max usage value to the report item's collection path rather than the report item itself. 15 years ago
HIDParser.h Un-inline the SendAddress function in NVMTarget.c/.h of the AVRISP project. 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 Test with -Wextra, fix library warnings due to unused function parameters. 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 Test with -Wextra, fix library warnings due to unused function parameters. 15 years ago
MassStorage.h Increase timeout of Mass Storage and Still Image host commands to 10 seconds (up from 5) to account for slow-processing devices. 15 years ago
Printer.c Test with -Wextra, fix library warnings due to unused function parameters. 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
RNDIS.c Test with -Wextra, fix library warnings due to unused function parameters. 15 years ago
RNDIS.h Complete RNDIS Host Class driver code - add SendPacket function. 15 years ago
StillImage.c The SImage_Host_SendBlockHeader() and SImage_Host_ReceiveBlockHeader() Still Image Host Class driver functions are now public. 15 years ago
StillImage.h The SImage_Host_SendBlockHeader() and SImage_Host_ReceiveBlockHeader() Still Image Host Class driver functions are now public. 15 years ago