From bf229f36b5493e68b2880ceef6dfffe3a21218c4 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 27 Oct 2008 16:39:15 +0000 Subject: [PATCH] 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 --- Documentation/NuttX.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index b0c04ea922c..cf954853810 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: October 25, 2008

+

Last Updated: October 27, 2008

@@ -1146,6 +1146,8 @@ nuttx-0.3.17 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> 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) pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>