Lower the size of the HID report endpoint from 16 bytes to 8 bytes, to allow for...
authorDean Camera <dean@fourwalledcubicle.com>
Thu, 26 May 2011 10:24:47 +0000 (10:24 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Thu, 26 May 2011 10:24:47 +0000 (10:24 +0000)
Demos/Device/ClassDriver/KeyboardMouseMultiReport/Descriptors.h

index 7dbb331..153fe4d 100644 (file)
@@ -59,7 +59,7 @@
                #define HID_IN_EPNUM              1
 
                /** Size in bytes of each of the HID reporting IN. */
                #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. */
        
        /* Enums: */
                /** Enum for the HID report IDs used in the device. */