aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-09-16 18:18:07 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-09-16 18:18:07 +0000
commite186907e393939f1b417f0f7ba7406b46c76bece (patch)
treee3267282ed812b7c07b58faf1546644248e2c7b3 /LUFA/DoxygenPages
parent3e1f3869c1678fa89c40e9afef06efa2d7f24326 (diff)
downloadlufa-e186907e393939f1b417f0f7ba7406b46c76bece.tar.gz
lufa-e186907e393939f1b417f0f7ba7406b46c76bece.tar.bz2
lufa-e186907e393939f1b417f0f7ba7406b46c76bece.zip
Fixed lengthy timeouts in the USBtoSerial project if no application on the host is consuming data (thanks to Nicolas Saugnier).
Fixed lengthy automatic data flushing in the CDC and MIDI device class drivers.
Diffstat (limited to 'LUFA/DoxygenPages')
-rw-r--r--LUFA/DoxygenPages/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt
index 271c23d10..e92f026cf 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -34,6 +34,8 @@
* - Library Applications:
* - Fixed broken RESET_TOGGLES_LIBUSB_COMPAT compile time option in the AVRISP-MKII project
* - Fixed incompatibility in the CDC class bootloader on some systems (thanks to Sylvain Munaut)
+ * - Fixed lengthy timeouts in the USBtoSerial project if no application on the host is consuming data (thanks to Nicolas Saugnier)
+ * - Fixed lengthy automatic data flushing in the CDC and MIDI device class drivers
*
* \section Sec_ChangeLog120730 Version 120730
* <b>New:</b>