aboutsummaryrefslogtreecommitdiffstats
path: root/Demos
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-05-26 10:24:47 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-05-26 10:24:47 +0000
commitf0ff633962185d8b09a442750651dd763b38eda8 (patch)
treead83248503f63a93afc80f3b07061ea96fd9ceaa /Demos
parent24ea531fabb6d9f2445c4b3c28214db97b10b15c (diff)
downloadlufa-f0ff633962185d8b09a442750651dd763b38eda8.tar.gz
lufa-f0ff633962185d8b09a442750651dd763b38eda8.tar.bz2
lufa-f0ff633962185d8b09a442750651dd763b38eda8.zip
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).
Diffstat (limited to 'Demos')
-rw-r--r--Demos/Device/ClassDriver/KeyboardMouseMultiReport/Descriptors.h2
1 files changed, 1 insertions, 1 deletions
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. */