aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
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 /LUFA
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 'LUFA')
-rw-r--r--LUFA/ChangeLog.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/ChangeLog.txt b/LUFA/ChangeLog.txt
index 04bfdc00b..0b00a898b 100644
--- a/LUFA/ChangeLog.txt
+++ b/LUFA/ChangeLog.txt
@@ -15,7 +15,7 @@
* - Fixed Configuration Descriptor search routine freezing when a comparitor returned a failure
* - Removed HID report item serial dump in the MouseHostWithParser and KeyboardHostWithParser - useful only for debugging, and
* slowed down the enumeration of HID devices too much
- * - Increased the number of bits per track which can be read in the MagStripe project to 20480 when compiled for the AT90USBXXX6/7
+ * - Increased the number of bits per track which can be read in the MagStripe project to 8192 when compiled for the AT90USBXXX6/7
* - Fixed KeyboardMouse demo discarding the wIndex value in the REQ_GetReport request
* - USBtoSerial demo now discards all Rx data when not connected to a USB host, rather than buffering characters for transmission
* next time the device is attached to a host.
@@ -41,7 +41,7 @@
* - Keyboard and Mouse host demos (normal and data interrupt driven) combined into unified keyboard and mouse demos
* - Removed AVRISP_Programmer project due to code quality concerns
* - Fixed CDC demo not sending an empty packet after each transfer to prevent the host from buffering incomming data
- * - Fixed documentation typoes and preprocessor checks relating to misspellings of the USE_RAM_DESCRIPTORS token (thanks to Ian Gregg)
+ * - Fixed documentation typos and preprocessor checks relating to misspellings of the USE_RAM_DESCRIPTORS token (thanks to Ian Gregg)
* - Fixed USBTask.h not conditionally including HostChapter9.h only when CAN_BE_DEVICE is defined (thanks to Ian Gregg)
* - Fixed incorrect ADC driver init register manipulation (thanks to Tobias)
*