summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-27 22:45:55 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-27 22:45:55 +0000
commit487a06cc5aab3a1d55273e634a0b8c41f2153ab7 (patch)
tree880ba85f514775519ed187246c10ae83ff44b6fe /nuttx/ChangeLog
parente6b22157354611433eb01f6c20f7ac166a8fe21d (diff)
downloadnuttx-487a06cc5aab3a1d55273e634a0b8c41f2153ab7.tar.gz
nuttx-487a06cc5aab3a1d55273e634a0b8c41f2153ab7.tar.bz2
nuttx-487a06cc5aab3a1d55273e634a0b8c41f2153ab7.zip
Fix read failures when OUT req size > maxpacket
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1086 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index d56d12d02..accf731ee 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -518,6 +518,8 @@
to terminate an IN transfer with a short packet (zero-length if necessary).
* Fix an error in the NXP LPC214x USB device driver that was causing corruption of
the request queue (M320 driver also fixed, untested)
+ * Correct another error in the NXP LPC214x USB device driver that caused read failures
+ when the request buffer size was larger than maxpacket.