aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-12-12 16:50:45 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-12-12 16:50:45 +0000
commit46677b45896a955b8c62a46d624750213a00b1dd (patch)
tree785e49178112a425ef3acf3848e481783694dbe3 /LUFA/ManPages/ChangeLog.txt
parentb67f9f366902ae62d55195f4a4be88d209fb64fe (diff)
downloadlufa-46677b45896a955b8c62a46d624750213a00b1dd.tar.gz
lufa-46677b45896a955b8c62a46d624750213a00b1dd.tar.bz2
lufa-46677b45896a955b8c62a46d624750213a00b1dd.zip
Fixed possible lost data in the XPLAINBridge, USBtoSerial and Benito projects when the host exceeds the packet timeout period on received packets as set by USB_STREAM_TIMEOUT_MS (thanks to Justin Rajewski).
Diffstat (limited to 'LUFA/ManPages/ChangeLog.txt')
-rw-r--r--LUFA/ManPages/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index bb2757fda..4436727d9 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -31,6 +31,8 @@
* - Fixed Benito project discarding incoming data from the USB virtual serial port when the USART is busy
* - Fixed broken DFU bootloader, added XPLAIN support for bootloader start when XCK jumpered to ground
* - Fixed broken HID_REQ_GetReport request handler in the Low Level GenericHID demo
+ * - Fixed possible lost data in the XPLAINBridge, USBtoSerial and Benito projects when the host exceeds the packet
+ * timeout period on received packets as set by USB_STREAM_TIMEOUT_MS (thanks to Justin Rajewski)
*
* \section Sec_ChangeLog101122 Version 101122
* <b>New:</b>