diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-11-03 11:24:34 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-11-03 11:24:34 +0000 |
| commit | fc31371b629cf7353dcc4f2443ee492870516c57 (patch) | |
| tree | df007db035b4ccc4a558ed8eb01cee00fb3f974f /LUFA/ManPages | |
| parent | d392a7589850cfef241e594ab192acfa8e5da046 (diff) | |
Fixed USBtoSerial and XPLAINBridge demos discarding data from the PC if the send buffer becomes full.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1554 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/ManPages')
| -rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 1 | ||||
| -rw-r--r-- | LUFA/ManPages/LibraryResources.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 69b129de..86aac5c8 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 * <b>New:</b> diff --git a/LUFA/ManPages/LibraryResources.txt b/LUFA/ManPages/LibraryResources.txt index 062702bf..7f67739e 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 |
