summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-01 13:46:34 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-01 13:46:34 +0000
commit6e09d7aab47a47e36f56d9b33bd6e87e96e2af2c (patch)
treed441b9c13a08c4cf3e8ddb63b3f0898d6c7516d1 /nuttx/ChangeLog
parent1e3a9d906b5b4b8578bba4e4cf3a7b84de85ce46 (diff)
downloadpx4-nuttx-6e09d7aab47a47e36f56d9b33bd6e87e96e2af2c.tar.gz
px4-nuttx-6e09d7aab47a47e36f56d9b33bd6e87e96e2af2c.tar.bz2
px4-nuttx-6e09d7aab47a47e36f56d9b33bd6e87e96e2af2c.zip
Add bugfixes recommended by Sheref Younan
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3737 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 31d8d81d8..51b317e0a 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1833,5 +1833,11 @@
* drivers/mtd/ramtron.c, net/net_checksd.c, fs/fs_fdopen.c, and include/nuttx/mii.h:
Several structural changes made to get a clean compile under the ez80 ZDS-II
- toolchain (no design changes).
+ toolchain (no design changes).
+ * drivers/usbhost/usbhost_storage.c: Incorpated bugfixes reported by Sheref H.
+ Younan: (1) Read capacity logic read largest block, not the number of blocks
+ and was, therefore, off by one, and (2) Some devices stall of get Max LUN request
+ if they support only a single LUN. Logic now assumes a single LUN if the get
+ Max LUN request fails.
+