From 6de373ea4a8cb65645f85d76d429600226b76c0f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 6 Jun 2014 11:20:40 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7b362976b14..81d2d151fcf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7411,4 +7411,12 @@ definition header file (incomplete) (2014-6-4). * arch/arm/src/sama5/chip/sam_l2cc.h: Add SAMA5D4 L2CC register definition header file (incomplete on initial check-in) (2014-6-5). - + * drivers/usbdev/cdcacm.c: Reset RX head to avoid resending last serial + data when USB cable disconnected/re-connected. From Lizhuoyi (2014-6-6). + * drivers/usbdev/pl2303.c: Same change cloned for PL2303 (2014-6-6). + * arch/arm/src/lpc2378: Fix several typos. From Lizhuoyi (2014-6-6). + * arch/arm/src/lpc17xx/lpb17_gpdma.c: Fix an error when DMA is + started: The read-modify-write fails when the DMA is started. This + is because the value read is not the same as the value set (on write + it is the number of transfers to do; on read it is the number of + transfers completed). From Lizhuoyi (2014-6-6).