summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-09 10:00:16 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-09 10:00:16 -0600
commit4425b0261bfdcd4cf8765917dc2b3a8b0d80c177 (patch)
treebfd39a8d3439e9bd78c11cc926b4a6b05cc75c95 /nuttx/ChangeLog
parent8b5a8f98e261f31f15cae44fe8847ada4a0654e0 (diff)
downloadnuttx-4425b0261bfdcd4cf8765917dc2b3a8b0d80c177.tar.gz
nuttx-4425b0261bfdcd4cf8765917dc2b3a8b0d80c177.tar.bz2
nuttx-4425b0261bfdcd4cf8765917dc2b3a8b0d80c177.zip
USB MSC host class driver: Don't bother retrying to initialize the FLASH if the interface is returning fatal transfer errors
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index e08ce2653..9be16a33a 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5522,4 +5522,8 @@
(2013-9-6).
* drivers/usbdev/usbmsc_desc.c: Fix a warning when USB MSC is
compiled for a high-speed device (2013-9-7).
+ * drivers/usbhost/usbhost_storage.c: If device is returning fatal
+ transfer errors while attempt to initialize, don't bother with
+ the startup retries; abort immediately so that the device will
+ be reset and we can try again (2013-9-9).