aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-07-12 07:22:36 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-07-12 07:22:36 +0000
commitfdb82cd1e87b6521cea0c297107e9f03c7d50fa4 (patch)
tree73055e1e2812a4d304f9b30bbc9c603e60645e15 /LUFA/ManPages
parent04287b76c578b61fb16c90600af622d3e22e523b (diff)
downloadlufa-fdb82cd1e87b6521cea0c297107e9f03c7d50fa4.tar.gz
lufa-fdb82cd1e87b6521cea0c297107e9f03c7d50fa4.tar.bz2
lufa-fdb82cd1e87b6521cea0c297107e9f03c7d50fa4.zip
Fixed error in the pipe unordered allocation algorithm for the AVR8 devices breaking compatibility with some devices.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r--LUFA/ManPages/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index 829ca44f4..31c960101 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -62,6 +62,7 @@
* - Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was disabled, and a USE_*_DESCRIPTORS compile time
* option was not enabled on the AVR8s
* - Fixed lack of C++ compatibility in some internal header files causing compile errors when using LUFA in C++ projects
+ * - Fixed error in the pipe unordered allocation algorithm for the AVR8 devices breaking compatibility with some devices
* - Library Applications:
* - Fixed incorrect signature in the CDC and DFU class bootloaders for the ATMEGA8U2
* - Fixed KeyboardHost and KeyboardHostWithParser demos displaying incorrect values when numerical keys were pressed