Reduce port reset recovery time from 250ms to 50ms.

The specs say the reset recovery time is 10ms only. The extra 40ms are
taken from the Linux hub driver.
This commit is contained in:
Michael Lotz 2013-04-28 03:29:20 +02:00
parent 827c7224a0
commit 22af7532d1

View File

@ -21,7 +21,7 @@
#define USB_DELAY_BUS_RESET 100000
#define USB_DELAY_HUB_POWER_UP 200000
#define USB_DELAY_PORT_RESET 50000
#define USB_DELAY_PORT_RESET_RECOVERY 250000
#define USB_DELAY_PORT_RESET_RECOVERY 50000
#define USB_DELAY_SET_ADDRESS_RETRY 200000
#define USB_DELAY_SET_ADDRESS 10000
#define USB_DELAY_SET_CONFIGURATION 50000