aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-10-26 06:51:07 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-10-26 06:51:07 +0000
commitf1543ae8ffda98a85de437ad793cc702779a369f (patch)
tree94e9c703ac7e798f5bfbe3c90dc77696c6073322 /LUFA/DoxygenPages
parentbc14c1a7f61713128819f12fcdcc9ec10ff404ab (diff)
downloadlufa-f1543ae8ffda98a85de437ad793cc702779a369f.tar.gz
lufa-f1543ae8ffda98a85de437ad793cc702779a369f.tar.bz2
lufa-f1543ae8ffda98a85de437ad793cc702779a369f.zip
Fixed CDC class drivers not saving and sending all 16-bits of the control line states (thanks to Matthew Swabey).
Diffstat (limited to 'LUFA/DoxygenPages')
-rw-r--r--LUFA/DoxygenPages/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt
index 5e917efed..38fe1151d 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -23,6 +23,7 @@
* <b>Fixed:</b>
* - Core:
* - Fixed ring buffer size limited to 255 elements, instead of the intended 65535 elements.
+ * - Fixed CDC class drivers not saving and sending all 16-bits of the control line states (thanks to Matthew Swabey)
* - Library Applications:
* - Added reliability patches to the AVRISP-MKII Clone project's PDI/TPI protocols (thanks to Justin Mattair)
* - Fixed AVRISP-MKII Clone compile warning on AVR8 U4 targets even when NO_VTARGET_DETECT is enabled