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:
parent
827c7224a0
commit
22af7532d1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user