diff options
| author | Tom Rini <[email protected]> | 2023-03-10 19:10:14 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-03-10 19:10:14 -0500 |
| commit | 1247fc7de81d8106cdfa64ecf18aba47a6e587f3 (patch) | |
| tree | 4421bfbc1a7c07089076ea44e005a8d173de51bc /drivers | |
| parent | 0e823300f5f74a31bc2b36443bbab117b77a7f1a (diff) | |
| parent | 4042ce73c8bee9077d80a42b27aa21f98636b780 (diff) | |
Merge https://source.denx.de/u-boot/custodians/u-boot-usb
Two minimal Kconfig/Makefile fixes for USB.
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/usb/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index ebe6bf94981..94fb32d107c 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig @@ -115,6 +115,17 @@ config USB_ONBOARD_HUB power regulator. An example for such a hub is the Microchip USB2514B. +config USB_HUB_DEBOUNCE_TIMEOUT + int "Timeout in milliseconds for USB HUB connection" + default 1000 + help + Value in milliseconds of the USB connection timeout, the max delay to + wait the hub port status to be connected steadily after being powered + off and powered on in the usb hub driver. + This define allows to increase the HUB_DEBOUNCE_TIMEOUT default + value = 1s because some usb device needs around 1.5s to be initialized + and a 2s value should solve detection issue on problematic USB keys. + if USB_KEYBOARD config USB_KEYBOARD_FN_KEYS |
