Update ChangeLog

This commit is contained in:
Gregory Nutt 2015-05-06 12:50:50 -06:00
parent 737fd7dcec
commit 651c79327c

View File

@ -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).