From 85cf2027373cfbe6f6fb257a84a59df0d74f3e1a Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 3 Nov 2010 11:24:34 +0000 Subject: Fixed USBtoSerial and XPLAINBridge demos discarding data from the PC if the send buffer becomes full. --- LUFA/ManPages/ChangeLog.txt | 1 + LUFA/ManPages/LibraryResources.txt | 1 + 2 files changed, 2 insertions(+) (limited to 'LUFA/ManPages') diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 69b129de5..86aac5c89 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -93,6 +93,7 @@ * - Fixed random enumeration failure while in device mode due to interrupts causing the Set Address request to exceed maximum timings * - Fixed MIDI_Host_Flush() not aborting early when the specified MIDI host interface was not configured * - Fixed MIDI class driver send routines silently discarding packets if the endpoint or pipe is busy (thanks to Robin Green) + * - Fixed USBtoSerial and XPLAINBridge demos discarding data from the PC if the send buffer becomes full * * \section Sec_ChangeLog100807 Version 100807 * New: diff --git a/LUFA/ManPages/LibraryResources.txt b/LUFA/ManPages/LibraryResources.txt index 062702bf6..7f67739ea 100644 --- a/LUFA/ManPages/LibraryResources.txt +++ b/LUFA/ManPages/LibraryResources.txt @@ -20,6 +20,7 @@ * * \section Sec_InDevelopment Latest In-Development Source Code * Issue Tracker: http://www.lufa-lib.org/tracker \n + * Bazaar Access: http://www.lufa-lib.org/bzr \n * SVN Access: http://www.lufa-lib.org/svn \n * Git Access: http://www.lufa-lib.org/git \n * Mercurial Access: http://www.lufa-lib.org/hg \n -- cgit v1.2.3