summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-05 18:00:16 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-05 18:00:16 -0600
commit26b761fcac72cb7b46740b5a92fd8ff27eb947b7 (patch)
tree327180bba6b952a1f75debd554f3511d430c31c3 /nuttx/ChangeLog
parentab4232e290cde4cb2126cea27b45f8f95bfab854 (diff)
downloadnuttx-26b761fcac72cb7b46740b5a92fd8ff27eb947b7.tar.gz
nuttx-26b761fcac72cb7b46740b5a92fd8ff27eb947b7.tar.bz2
nuttx-26b761fcac72cb7b46740b5a92fd8ff27eb947b7.zip
CDC/ACM and PL2303 device drivers: Don't use the max packet size assigned to an endpoint in order to determine the request buffer size. The endpoint has not yet been configured that max packet size may be wrong.
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index fc7312045..c49f6bea8 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5495,3 +5495,11 @@
de Assis. This is still very much a work in progress (2013-9-3).
* configs/*/usbmsc: Renamed from config/*/usbstorage to match the
change in naming in apps/examples submitted by CCTSAO (2013-9-5).
+ * drivers/usbdev.c and pl2303.c: Don't use max packetsize assigned to
+ the endpoint when allocating request buffers; The default value of
+ the endpoint max packetsize may be incorrect because the endpoint
+ has not yet been configured. Verified on CDC/ACM. Corresponding
+ changes made to pl2303, but untested (2013-9-5).
+ * arch/arm/src/sama5/sam_udphs.c: The high-speed device side driver
+ is now functional (although more testing is always needed) (2013-9-5).
+