diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-05-26 10:24:47 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-05-26 10:24:47 +0000 |
| commit | 63b4872f3fb56e2103f4425a750e96bbd7f47ae1 (patch) | |
| tree | ad83248503f63a93afc80f3b07061ea96fd9ceaa /Demos/Device/ClassDriver/KeyboardMouseMultiReport/Descriptors.h | |
| parent | 38e24abcd2ed267a4baf7d3feb1ca366769df48d (diff) | |
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).
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1763 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Device/ClassDriver/KeyboardMouseMultiReport/Descriptors.h')
| -rw-r--r-- | Demos/Device/ClassDriver/KeyboardMouseMultiReport/Descriptors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/ClassDriver/KeyboardMouseMultiReport/Descriptors.h b/Demos/Device/ClassDriver/KeyboardMouseMultiReport/Descriptors.h index 7dbb331f..153fe4df 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. */ |
