From f0ff633962185d8b09a442750651dd763b38eda8 Mon Sep 17 00:00:00 2001
From: Dean Camera <dean@fourwalledcubicle.com>
Date: Thu, 26 May 2011 10:24:47 +0000
Subject: [PATCH] Lower the size of the HID report endpoint from 16 bytes to 8
 bytes, to allow for Low Speed USB compatibility in the
 KeyboardMouseMultiReport demo (thanks to Kevin Chernoff).

---
 Demos/Device/ClassDriver/KeyboardMouseMultiReport/Descriptors.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Demos/Device/ClassDriver/KeyboardMouseMultiReport/Descriptors.h b/Demos/Device/ClassDriver/KeyboardMouseMultiReport/Descriptors.h
index 7dbb331f2..153fe4df2 100644
--- a/Demos/Device/ClassDriver/KeyboardMouseMultiReport/Descriptors.h
+++ b/Demos/Device/ClassDriver/KeyboardMouseMultiReport/Descriptors.h
@@ -59,7 +59,7 @@
 		#define HID_IN_EPNUM              1
 
 		/** Size in bytes of each of the HID reporting IN. */
-		#define HID_EPSIZE                16
+		#define HID_EPSIZE                8
 	
 	/* Enums: */
 		/** Enum for the HID report IDs used in the device. */
-- 
GitLab