From 7679101a11e1963d2c3da8a1d14a0283074b781c Mon Sep 17 00:00:00 2001 From: augustss Date: Tue, 20 Nov 2001 16:08:37 +0000 Subject: [PATCH] Add a comment. --- sys/dev/usb/uhub.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/dev/usb/uhub.c b/sys/dev/usb/uhub.c index 2f3137555623..8c7c4507abaa 100644 --- a/sys/dev/usb/uhub.c +++ b/sys/dev/usb/uhub.c @@ -1,4 +1,4 @@ -/* $NetBSD: uhub.c,v 1.56 2001/11/20 13:48:03 augustss Exp $ */ +/* $NetBSD: uhub.c,v 1.57 2001/11/20 16:08:37 augustss Exp $ */ /* $FreeBSD: src/sys/dev/usb/uhub.c,v 1.18 1999/11/17 22:33:43 n_hibma Exp $ */ /* @@ -43,7 +43,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: uhub.c,v 1.56 2001/11/20 13:48:03 augustss Exp $"); +__KERNEL_RCSID(0, "$NetBSD: uhub.c,v 1.57 2001/11/20 16:08:37 augustss Exp $"); #include #include @@ -270,6 +270,7 @@ USB_ATTACH(uhub) * For all ports * get port status * if device connected + * wait 100 ms * turn on reset * wait * clear C_PORT_RESET