From ffcaa123f477ac9062398c06b68950203f0c899a Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 25 Apr 2012 16:47:28 +0000 Subject: 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 --- nuttx/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nuttx/ChangeLog') 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. -- cgit v1.2.3