From: Dean Camera Date: Thu, 26 May 2011 10:24:47 +0000 (+0000) Subject: Lower the size of the HID report endpoint from 16 bytes to 8 bytes, to allow for... X-Git-Tag: LUFA-111009-BETA~109 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/f0ff633962185d8b09a442750651dd763b38eda8 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). --- 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. */