From 651c79327cc70782763b4f2efaed1867b184ab20 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 6 May 2015 12:50:50 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 63642f9f4b..a94017d6d9 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10309,4 +10309,5 @@ * All USB host drivers in arch/ and all USB class drivers in drivers/usbhost: Modify the transfer() and asynch() methods so that the actual size of the transfer is returned. Unverified on initial commit (2015-05-05). - + * drivers/usbhost/usbhost_cdcacm.c: Add initial implementation of a host- + side CDC/ACM driver. Completely untested on initial commit (2015-05-06).