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 842e219bf3
Added new EVENT_CDC_Device_BreakSent() event and CDC_Host_SendBreak() function to the Device and Host CDC Class drivers.
15 years ago
..
CDC.c Added new EVENT_CDC_Device_BreakSent() event and CDC_Host_SendBreak() function to the Device and Host CDC Class drivers. 15 years ago
CDC.h Added new EVENT_CDC_Device_BreakSent() event and CDC_Host_SendBreak() function to the Device and Host CDC Class drivers. 15 years ago
HID.c Fixed Host mode HID class driver not sending the correct report type when HID_Host_SendReportByID() was called and the HID_HOST_BOOT_PROTOCOL_ONLY compile time option is set. 15 years ago
HID.h Removed two-step endpoint/pipe bank clear and switch sequence for smaller, faster endpoint/pipe code. 15 years ago
HIDParser.c Add more include protection macros to give the user warnings when they try to manually include private driver header files, instead of the public driver headers. 15 years ago
HIDParser.h Add briefs for the library core structures. 15 years ago
HIDReportData.h Add briefs for the library core structures. 15 years ago
MIDI.c Add more include protection macros to give the user warnings when they try to manually include private driver header files, instead of the public driver headers. 15 years ago
MIDI.h Add briefs for the library core structures. 15 years ago
MassStorage.c Use puts_P() and printf_P() instead of the normal variants where possible in the Host mode Class Driver demos. 15 years ago
MassStorage.h Rename FunctionAttributes.h to Attributes.h, as some attributes are applicable to variables also. Add new ATTR_NOINIT attribute for global variables. 15 years ago
Printer.c Add more include protection macros to give the user warnings when they try to manually include private driver header files, instead of the public driver headers. 15 years ago
Printer.h Add briefs for the library core structures. 15 years ago
RNDIS.c Turn OFF double banking in the Webserver demo - leaving it on seems to destroy the system throughput. 15 years ago
RNDIS.h Add briefs for the library core structures. 15 years ago
StillImage.c Add file-level brief documentation. 15 years ago
StillImage.h Add briefs for the library core structures. 15 years ago