summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-30 14:45:31 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-30 14:45:31 -0600
commita75870e9f22c9a1611c33173731fe8d416249686 (patch)
tree2983d1ac3d2e7de58307cb6b5da761f77db2c36c /nuttx/ChangeLog
parent888ff3f3c2b85d178a7c375807eb66ab3ab52872 (diff)
downloadnuttx-a75870e9f22c9a1611c33173731fe8d416249686.tar.gz
nuttx-a75870e9f22c9a1611c33173731fe8d416249686.tar.bz2
nuttx-a75870e9f22c9a1611c33173731fe8d416249686.zip
Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add some missing .gitignore files
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 880a026f9..f909c708a 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4834,4 +4834,8 @@
effects the CDC/ACM class and was the cause of the failure of
configs/stm32f3discovery/usbnsh configureation which works great
after this change (2013-5-29).
-
+ * drivers/usbdev/cdcacm.c and pl2303.c and include/nuttx/usb/cdcacm.h:
+ Change the default IN request buffer size from 64 to 96. This will
+ avoid requests of exactly MAXPACKET size and, hence, avoid so many
+ NULL packets. Also, fix the OUT request buffers size to exactly
+ the max packet size. It cannot be any other size (2013-5-29).