Added new KeyboardMouseMultiReport Device ClassDriver demo.

Fixed ReportID not being removed from the feature/out report data array in the HID class driver when Report IDs are used.

Added new MAX() and MIN() convenience macros.
This commit is contained in:
Dean Camera 2011-01-26 21:33:07 +00:00
parent 6c7ed7ecd6
commit a852ea8e43
22 changed files with 3086 additions and 23 deletions

View file

@ -35,6 +35,9 @@ all:
$(MAKE) -C KeyboardMouse clean
$(MAKE) -C KeyboardMouse all
$(MAKE) -C KeyboardMouseMultiReport clean
$(MAKE) -C KeyboardMouseMultiReport all
$(MAKE) -C MassStorage clean
$(MAKE) -C MassStorage all