aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-06-27 20:03:33 +0200
committerDean Camera <dean@fourwalledcubicle.com>2013-06-27 20:03:51 +0200
commitf0c72df67452dc1e921ee3673a37b26cbc408c34 (patch)
treeb82f2ed296745db66890e752edc8926bdbf43686 /LUFA/DoxygenPages
parent8bcc38aa32bd7b93dff9b3b05702a03035814079 (diff)
downloadlufa-f0c72df67452dc1e921ee3673a37b26cbc408c34.tar.gz
lufa-f0c72df67452dc1e921ee3673a37b26cbc408c34.tar.bz2
lufa-f0c72df67452dc1e921ee3673a37b26cbc408c34.zip
Re-added Set Control Line State request handling to the CDC class bootloader.
Diffstat (limited to 'LUFA/DoxygenPages')
-rw-r--r--LUFA/DoxygenPages/ChangeLog.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt
index 60dd453ac..911164475 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -26,6 +26,9 @@
* - All board drivers now implement dummy functions and constants when BOARD is set to NONE
* - Added missing LEDs to the XMEGA A3BU Xplained board LED driver (thanks to Michael Janssen)
* - Changed board Dataflash drivers to automatically configure the appropriate SPI interface for the selected board
+ * - Library Applications:
+ * - Re-added Set Control Line State request handling to the CDC class bootloader to prevent issues with the .NET serial
+ * class (thanks to Erik Lins)
*
* <b>Fixed:</b>
* - Core: