summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2002-09-27 19:55:37 +0000
committerjoe <joe@FreeBSD.org>2002-09-27 19:55:37 +0000
commit8820cea14673c4deaeb1a81ab7782eedced1ffd8 (patch)
tree91a3a634f73866b86870469d69e06a770792ad30
parente8e5c2a9195cd1872a386392b502dd198c3ba2c9 (diff)
downloadFreeBSD-src-8820cea14673c4deaeb1a81ab7782eedced1ffd8.zip
FreeBSD-src-8820cea14673c4deaeb1a81ab7782eedced1ffd8.tar.gz
MFNetBSD: Increasre the reset recovery time. (rev 1.69)
-rw-r--r--sys/dev/usb/usb.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/usb.h b/sys/dev/usb/usb.h
index 1e8e0ad..d9f2085 100644
--- a/sys/dev/usb/usb.h
+++ b/sys/dev/usb/usb.h
@@ -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$ */
/*
@@ -500,7 +500,7 @@ typedef struct {
/* 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 */
@@ -511,7 +511,7 @@ typedef struct {
/* 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 */
OpenPOWER on IntegriCloud