From 153ddf9007b4b2085495f94b6188462bab96bf74 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 18 Apr 2015 16:23:15 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3218cf9966..8b5612d5a9 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10248,4 +10248,8 @@ return (2015-04-19). * include/nuttx/usb/hub.h: Add USB hub header file from Kaushal Parikh (2015-04-18). - + * drivers/usbhost/usbhost_hub.c: Bring in USB hub-related files from + https://github.com/kaushalparikh/nuttx. This is the work of Kaushal + Parikh. This initial commit is incomplete. This is quite a bit more + hub logic that needs to come in before the port is complete + (2015-04-18).