Deleted Added
full compact
usb.h (261541) usb.h (273456)
1/* $FreeBSD: head/sys/dev/usb/usb.h 261541 2014-02-06 08:47:14Z hselasky $ */
1/* $FreeBSD: head/sys/dev/usb/usb.h 273456 2014-10-22 07:50:19Z hselasky $ */
2/*-
3 * Copyright (c) 2008 Hans Petter Selasky. All rights reserved.
4 * Copyright (c) 1998 The NetBSD Foundation, Inc. All rights reserved.
5 * Copyright (c) 1998 Lennart Augustsson. All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

--- 98 unchanged lines hidden (view full) ---

108#define USB_SET_ADDRESS_SETTLE_SPEC 2 /* ms */
109#define USB_RESUME_DELAY_SPEC (20*5) /* ms */
110#define USB_RESUME_WAIT_SPEC 10 /* ms */
111#define USB_RESUME_RECOVERY_SPEC 10 /* ms */
112#define USB_EXTRA_POWER_UP_TIME_SPEC 0 /* ms */
113
114/* Allow for marginal and non-conforming devices. */
115#define USB_PORT_RESET_DELAY 50 /* ms */
2/*-
3 * Copyright (c) 2008 Hans Petter Selasky. All rights reserved.
4 * Copyright (c) 1998 The NetBSD Foundation, Inc. All rights reserved.
5 * Copyright (c) 1998 Lennart Augustsson. All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

--- 98 unchanged lines hidden (view full) ---

108#define USB_SET_ADDRESS_SETTLE_SPEC 2 /* ms */
109#define USB_RESUME_DELAY_SPEC (20*5) /* ms */
110#define USB_RESUME_WAIT_SPEC 10 /* ms */
111#define USB_RESUME_RECOVERY_SPEC 10 /* ms */
112#define USB_EXTRA_POWER_UP_TIME_SPEC 0 /* ms */
113
114/* Allow for marginal and non-conforming devices. */
115#define USB_PORT_RESET_DELAY 50 /* ms */
116#define USB_PORT_ROOT_RESET_DELAY 250 /* ms */
116#define USB_PORT_ROOT_RESET_DELAY 200 /* ms */
117#define USB_PORT_RESET_RECOVERY 250 /* ms */
118#define USB_PORT_POWERUP_DELAY 300 /* ms */
119#define USB_PORT_RESUME_DELAY (20*2) /* ms */
120#define USB_SET_ADDRESS_SETTLE 10 /* ms */
121#define USB_RESUME_DELAY (50*5) /* ms */
122#define USB_RESUME_WAIT 50 /* ms */
123#define USB_RESUME_RECOVERY 50 /* ms */
124#define USB_EXTRA_POWER_UP_TIME 20 /* ms */

--- 673 unchanged lines hidden ---
117#define USB_PORT_RESET_RECOVERY 250 /* ms */
118#define USB_PORT_POWERUP_DELAY 300 /* ms */
119#define USB_PORT_RESUME_DELAY (20*2) /* ms */
120#define USB_SET_ADDRESS_SETTLE 10 /* ms */
121#define USB_RESUME_DELAY (50*5) /* ms */
122#define USB_RESUME_WAIT 50 /* ms */
123#define USB_RESUME_RECOVERY 50 /* ms */
124#define USB_EXTRA_POWER_UP_TIME 20 /* ms */

--- 673 unchanged lines hidden ---