qmk_firmware/LUFA/Drivers/USB/Class/Host
Dean Camera df29aa37c0 Added flag to the HID report parser to indicate if a device has multiple reports.
SetIdle requests to the HID device driver with a 0 idle period (send changes only) now only affect the requested HID interface within the device, not all HID interfaces.

Apply correct fix to the HID report parser for PUSH items - current HID item attribute stack was being copied in the wrong direction.

Fixed HID report parser not resetting the FEATURE item count when a REPORT ID item is encountered.
2009-08-11 11:19:22 +00:00
..
Audio.c Commit for 090810rc1 release. 2009-08-05 07:47:02 +00:00
Audio.h Added module file dependancy information to the USB class drivers. 2009-07-14 07:59:34 +00:00
CDC.c Add new functions to the HID host class driver, refine HID interface protocol matching. 2009-08-11 09:12:29 +00:00
CDC.h Add CDC Host class driver EVENT_CDC_Host_ControLineStateChanged() event. 2009-08-11 10:02:50 +00:00
HID.c Add new functions to the HID host class driver, refine HID interface protocol matching. 2009-08-11 09:12:29 +00:00
HID.h Add new functions to the HID host class driver, refine HID interface protocol matching. 2009-08-11 09:12:29 +00:00
HIDParser.c Added flag to the HID report parser to indicate if a device has multiple reports. 2009-08-11 11:19:22 +00:00
HIDParser.h Added flag to the HID report parser to indicate if a device has multiple reports. 2009-08-11 11:19:22 +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 Commit for 090810rc1 release. 2009-08-05 07:47:02 +00:00
MIDI.h Added module file dependancy information to the USB class drivers. 2009-07-14 07:59:34 +00:00
MassStorage.c Commit for 090810rc1 release. 2009-08-05 07:47:02 +00:00
MassStorage.h Added module file dependancy information to the USB class drivers. 2009-07-14 07:59:34 +00:00
StillImage.c Commit for 090810rc1 release. 2009-08-05 07:47:02 +00:00
StillImage.h Added module file dependancy information to the USB class drivers. 2009-07-14 07:59:34 +00:00