mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
usb: increase USB_PORT_RESET_RECOVERY
10ms seems to be too strict for some configurations, so increase to 20ms. Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1327 (cherry picked from commit e152944f1a16a4ff33b4e20b813ce4a54b884b90)
This commit is contained in:
parent
7d042b0af1
commit
513d89fef9
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ MALLOC_DECLARE(M_USBDEV);
|
|||
/* Allow for marginal and non-conforming devices. */
|
||||
#define USB_PORT_RESET_DELAY 50 /* ms */
|
||||
#define USB_PORT_ROOT_RESET_DELAY 200 /* ms */
|
||||
#define USB_PORT_RESET_RECOVERY 10 /* ms */
|
||||
#define USB_PORT_RESET_RECOVERY 20 /* ms */
|
||||
#define USB_PORT_POWERUP_DELAY 300 /* ms */
|
||||
#define USB_PORT_RESUME_DELAY (20*2) /* ms */
|
||||
#define USB_SET_ADDRESS_SETTLE 10 /* ms */
|
||||
|
|
|
|||
Loading…
Reference in a new issue