summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-25 16:47:28 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-25 16:47:28 +0000
commitffcaa123f477ac9062398c06b68950203f0c899a (patch)
tree5ae0d3a4edccd428088dcf117a5241387c6d6f21 /nuttx/ChangeLog
parent798d0d0debae5b8dc0f40844adf18ce14906cfd7 (diff)
downloadpx4-nuttx-ffcaa123f477ac9062398c06b68950203f0c899a.tar.gz
px4-nuttx-ffcaa123f477ac9062398c06b68950203f0c899a.tar.bz2
px4-nuttx-ffcaa123f477ac9062398c06b68950203f0c899a.zip
Fix infinite loop in CDC/ACM driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4655 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 29ce31c1a..919ad1778 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2681,4 +2681,9 @@
PIC32MX7 Multimedia Board (MMB).
* net/recvfrom.c: Fix a compilation problem. Some UDP logic was conditioned
on TCP, not UDP.
+ * drivers/usbdev/cdcacm.c: Fix an infinite loop that occurs when the serial
+ device is unregisters.
+ * arch/arm/src/stm32/stm32_otgfs.c: The driver needs to reset the software (in
+ order to flush the requests) and to disable the software connection when the
+ device is unregistered.