qmk_firmware/LUFA/Drivers/USB/Class/Host
Dean Camera 51566d1a81 Added new Pipe_IsFrozen() macro to determine if the currently selected pipe is frozen.
Added new USB_GetHIDReportSize() function to the HID report parser to retrieve the size of a given report by its ID.

More additions to the unfinished HID Host Class Driver.
2009-09-20 12:01:25 +00:00
..
CDC.c Fixed MIDI Device Class driver not sending/receiving MIDI packets of the correct size (thanks to Thomas Bleeker). 2009-09-14 05:57:17 +00:00
CDC.h Fix Mass Storage Host Class driver GetMaxLUN command - incorrect function return codes used in comparison to check for success. 2009-09-17 13:12:21 +00:00
HID.c Added new Pipe_IsFrozen() macro to determine if the currently selected pipe is frozen. 2009-09-20 12:01:25 +00:00
HID.h Added new Pipe_IsFrozen() macro to determine if the currently selected pipe is frozen. 2009-09-20 12:01:25 +00:00
HIDParser.c Added new Pipe_IsFrozen() macro to determine if the currently selected pipe is frozen. 2009-09-20 12:01:25 +00:00
HIDParser.h Added new Pipe_IsFrozen() macro to determine if the currently selected pipe is frozen. 2009-09-20 12:01:25 +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
MassStorage.c Fix Mass Storage Host Class driver GetMaxLUN command - incorrect function return codes used in comparison to check for success. 2009-09-17 13:12:21 +00:00
MassStorage.h Fix Mass Storage Host Class driver GetMaxLUN command - incorrect function return codes used in comparison to check for success. 2009-09-17 13:12:21 +00:00
StillImage.c Finish Still Image Host class driver. 2009-09-09 04:18:37 +00:00
StillImage.h Fix Mass Storage Host Class driver GetMaxLUN command - incorrect function return codes used in comparison to check for success. 2009-09-17 13:12:21 +00:00