aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Magstripe
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-03-29 06:31:24 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-03-29 06:31:24 +0000
commitd83d87e1b8aa8c76e062f01588066d9ab4233828 (patch)
treec404dce2c526e48a20446475145d18f2d248549b /Projects/Magstripe
parent2acae9b0a302aba795e3b403916eba37192200fc (diff)
downloadlufa-d83d87e1b8aa8c76e062f01588066d9ab4233828.tar.gz
lufa-d83d87e1b8aa8c76e062f01588066d9ab4233828.tar.bz2
lufa-d83d87e1b8aa8c76e062f01588066d9ab4233828.zip
Fixed MagStripe keyboard interface polling interval, increased to 4ms from 2ms to maintain compatibility with Apple MacOS X. Fixed changelog comments on the size of the track buffers when compiling for the AT90USBXXX6/7.
Diffstat (limited to 'Projects/Magstripe')
-rw-r--r--Projects/Magstripe/Descriptors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/Magstripe/Descriptors.c b/Projects/Magstripe/Descriptors.c
index 6811f5266..71abca666 100644
--- a/Projects/Magstripe/Descriptors.c
+++ b/Projects/Magstripe/Descriptors.c
@@ -154,7 +154,7 @@ USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor =
EndpointAddress: (ENDPOINT_DESCRIPTOR_DIR_IN | KEYBOARD_EPNUM),
Attributes: EP_TYPE_INTERRUPT,
EndpointSize: KEYBOARD_EPSIZE,
- PollingIntervalMS: 0x02
+ PollingIntervalMS: 0x04
},
};