aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-25 16:47:28 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-25 16:47:28 +0000
commit5b83507116be57e0c84daea74d30dea382f20f97 (patch)
tree5ae0d3a4edccd428088dcf117a5241387c6d6f21 /nuttx/ChangeLog
parentf544d4c1a8763e99e24c7a521c50c52458402475 (diff)
downloadpx4-firmware-5b83507116be57e0c84daea74d30dea382f20f97.tar.gz
px4-firmware-5b83507116be57e0c84daea74d30dea382f20f97.tar.bz2
px4-firmware-5b83507116be57e0c84daea74d30dea382f20f97.zip
Fix infinite loop in CDC/ACM driver
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4655 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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.