qmk_firmware/LUFA/Drivers/USB/Class/Host
Dean Camera 7e86387958 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. 2009-12-04 02:06:38 +00:00
..
CDC.c Added CDC_Host_Flush() function to the CDC Host Class driver to flush sent data to the attached device. 2009-11-30 02:20:26 +00:00
CDC.h Added CDC_Host_Flush() function to the CDC Host Class driver to flush sent data to the attached device. 2009-11-30 02:20:26 +00:00
HID.c Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost Class Driver demo. 2009-11-26 04:46:31 +00:00
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). 2009-11-17 11:28:07 +00:00
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. 2009-12-04 02:06:38 +00:00
HIDParser.h Fix incorrect const'ness of the ReportItem parameter in USB_SetHIDReportItemInfo(). 2009-12-04 01:09:39 +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 Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost Class Driver demo. 2009-11-26 04:46:31 +00:00
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). 2009-11-17 11:28:07 +00:00
MassStorage.c Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost Class Driver demo. 2009-11-26 04:46:31 +00:00
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. 2009-11-23 12:40:14 +00:00
Printer.c Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost Class Driver demo. 2009-11-26 04:46:31 +00:00
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). 2009-11-17 11:28:07 +00:00
RNDIS.c Complete RNDIS Host Class driver code - add SendPacket function. 2009-11-26 11:40:15 +00:00
RNDIS.h Complete RNDIS Host Class driver code - add SendPacket function. 2009-11-26 11:40:15 +00:00
StillImage.c Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost Class Driver demo. 2009-11-26 04:46:31 +00:00
StillImage.h Fix build and Doxygen errors. 2009-11-25 03:56:51 +00:00