summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-25 14:41:11 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-25 14:41:11 +0000
commitcbe7ddd5cdb08d885e022679fff5dd0918ce6215 (patch)
treefc6cccd159cf08a4bba3ef03df54754ce9386f91 /nuttx/ChangeLog
parent16df4397b65d77d2ebf743986dc11a972911b7df (diff)
downloadnuttx-cbe7ddd5cdb08d885e022679fff5dd0918ce6215.tar.gz
nuttx-cbe7ddd5cdb08d885e022679fff5dd0918ce6215.tar.bz2
nuttx-cbe7ddd5cdb08d885e022679fff5dd0918ce6215.zip
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1079 42af7a65-404d-4744-a932-0658087f49c3
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 fb52d571a..ad7b19395 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -512,5 +512,9 @@
* Fixed a bug in the LPC214x USB driver: It was not properly clearing a HALTed
endpoints (other than EP) on receipt of CLEAR FEATURES request.
* Added USB storage class device side driver (BBB)
+ * Fixed a bug in the LPC214x USB driver: It was not properly handling request buffers
+ 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).