aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-02-23 09:30:29 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-02-23 09:30:29 +0000
commitfa456ce531b75e2dd3c7c0ecb971e3ede36f5d35 (patch)
tree36e7c477f1686c3b4259706cf411105dba5147f3 /LUFA
parent8aeab064575a9ad0742129e2763e2a93e3cb9a33 (diff)
downloadlufa-fa456ce531b75e2dd3c7c0ecb971e3ede36f5d35.tar.gz
lufa-fa456ce531b75e2dd3c7c0ecb971e3ede36f5d35.tar.bz2
lufa-fa456ce531b75e2dd3c7c0ecb971e3ede36f5d35.zip
USBtoSerial demo now discards all Rx data when not connected to a USB host, rather than buffering characters for transmission next time the device is attached to a host.
Diffstat (limited to 'LUFA')
-rw-r--r--LUFA/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/ChangeLog.txt b/LUFA/ChangeLog.txt
index 830e31eef..fd21b3f10 100644
--- a/LUFA/ChangeLog.txt
+++ b/LUFA/ChangeLog.txt
@@ -19,6 +19,8 @@
* slowed down the enumeration of HID devices too much
* - Increased the number of bits per track which can be read in the MagStripe project to 20480 when compiled for the AT90USBXXX6/7
* - Fixed KeyboardMouse demo discarding the wIndex value in the REQ_GetReport request
+ * - USBtoSerial demo now discards all Rx data when not connected to a USB host, rather than buffering characters for transmission
+ * next time the device is attached to a host.
*
* \section Sec_ChangeLog090209 Version 090209
*