Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Add a comment.



details:   https://anonhg.NetBSD.org/src/rev/4f345ae53d34
branches:  trunk
changeset: 517862:4f345ae53d34
user:      augustss <augustss%NetBSD.org@localhost>
date:      Tue Nov 20 16:08:37 2001 +0000

description:
Add a comment.

diffstat:

 sys/dev/usb/uhub.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r b9a467ee5351 -r 4f345ae53d34 sys/dev/usb/uhub.c
--- a/sys/dev/usb/uhub.c        Tue Nov 20 16:08:10 2001 +0000
+++ b/sys/dev/usb/uhub.c        Tue Nov 20 16:08:37 2001 +0000
@@ -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 <sys/cdefs.h>
-__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 <sys/param.h>
 #include <sys/systm.h>
@@ -270,6 +270,7 @@
         *  For all ports
         *     get port status
         *     if device connected
+        *        wait 100 ms
         *        turn on reset
         *        wait
         *        clear C_PORT_RESET



Home | Main Index | Thread Index | Old Index