Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Increasre the reset recovery time.



details:   https://anonhg.NetBSD.org/src/rev/391218a33846
branches:  trunk
changeset: 536838:391218a33846
user:      augustss <augustss%NetBSD.org@localhost>
date:      Sun Sep 22 23:20:50 2002 +0000

description:
Increasre the reset recovery time.

diffstat:

 sys/dev/usb/usb.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 9c9e0cc87bf6 -r 391218a33846 sys/dev/usb/usb.h
--- a/sys/dev/usb/usb.h Sun Sep 22 20:57:23 2002 +0000
+++ b/sys/dev/usb/usb.h Sun Sep 22 23:20:50 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usb.h,v 1.68 2002/08/22 10:15:12 augustss Exp $        */
+/*     $NetBSD: usb.h,v 1.69 2002/09/22 23:20:50 augustss Exp $        */
 /*     $FreeBSD: src/sys/dev/usb/usb.h,v 1.14 1999/11/17 22:33:46 n_hibma Exp $        */
 
 /*
@@ -501,7 +501,7 @@
 /* These are the values from the spec. */
 #define USB_PORT_RESET_DELAY   10  /* ms */
 #define USB_PORT_ROOT_RESET_DELAY 50  /* ms */
-#define USB_PORT_RESET_SETTLE  10  /* ms */
+#define USB_PORT_RESET_RECOVERY        10  /* ms */
 #define USB_PORT_POWERUP_DELAY 100 /* ms */
 #define USB_SET_ADDRESS_SETTLE 2   /* ms */
 #define USB_RESUME_DELAY       (20*5)  /* ms */
@@ -512,7 +512,7 @@
 /* Allow for marginal (i.e. non-conforming) devices. */
 #define USB_PORT_RESET_DELAY   50  /* ms */
 #define USB_PORT_ROOT_RESET_DELAY 250  /* ms */
-#define USB_PORT_RESET_RECOVERY        50  /* ms */
+#define USB_PORT_RESET_RECOVERY        250  /* ms */
 #define USB_PORT_POWERUP_DELAY 300 /* ms */
 #define USB_SET_ADDRESS_SETTLE 10  /* ms */
 #define USB_RESUME_DELAY       (50*5)  /* ms */



Home | Main Index | Thread Index | Old Index