qmk_firmware/LUFA/Drivers/USB/Class
Dean Camera 524decdeb3 Change HID report parser so that it can calculate and record the sizes (IN, OUT and FEATURE) of each report within the device, by report ID. This will be required in host mode, so that the host can determine how many bytes of data must be read in for each report.
Add to MouseHostWithParser and KeyboardHostWithParser demos to print out the report sizes when a valid device is connected.
2009-09-09 08:34:24 +00:00
..
Common Finish Still Image Host class driver. 2009-09-09 04:18:37 +00:00
Device Add StillImage Host Class Driver functions for opening and closing sessions. Ensure IsActive is set on the interface to allow device functions to run. 2009-09-02 13:08:55 +00:00
Host Change HID report parser so that it can calculate and record the sizes (IN, OUT and FEATURE) of each report within the device, by report ID. This will be required in host mode, so that the host can determine how many bytes of data must be read in for each report. 2009-09-09 08:34:24 +00:00
Audio.h Remove skeleton Audio and MIDI Host mode Class drivers -- will not implement in next release. 2009-08-30 10:43:41 +00:00
CDC.h Added better USB Class driver overviews. 2009-08-27 07:48:48 +00:00
HID.h Added better USB Class driver overviews. 2009-08-27 07:48:48 +00:00
MIDI.h Remove skeleton Audio and MIDI Host mode Class drivers -- will not implement in next release. 2009-08-30 10:43:41 +00:00
MassStorage.h Added better USB Class driver overviews. 2009-08-27 07:48:48 +00:00
RNDIS.h Added better USB Class driver overviews. 2009-08-27 07:48:48 +00:00
StillImage.h Added better USB Class driver overviews. 2009-08-27 07:48:48 +00:00