summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-27 16:39:15 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-27 16:39:15 +0000
commite45c64051366a3ca07d269452e02fa153831c251 (patch)
tree3db31cde3d7c77557812c498dbb0ee87e5222599 /nuttx/ChangeLog
parenta7646a784994ee75435b1cc8e3f20a40d14175a0 (diff)
downloadnuttx-e45c64051366a3ca07d269452e02fa153831c251.tar.gz
nuttx-e45c64051366a3ca07d269452e02fa153831c251.tar.bz2
nuttx-e45c64051366a3ca07d269452e02fa153831c251.zip
Correct error in end-of-request handling
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1082 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index ad7b19395..d56d12d02 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -516,5 +516,8 @@
larger then the endpoint's max packet (DM320 driver also fixed, untested)
* Added logic to the USB device interface: A bit is needed to force the driver to
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)
+