mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
[ mvebu64 ] restore support for TT in EHCI root hub (#1896)
The root hub in our Orion EHCI controller does have a Transaction
Translator, which is essential for low-/full-speed devices like
Bluetooth adapters. The support for this block got lost in the
5.4.y update (d4332b5), and this commit adds it back so that all
pre-high-speed devices work again.
This commit is contained in:
@@ -4557,7 +4557,7 @@ CONFIG_USB_XHCI_PCI=y
|
||||
CONFIG_USB_XHCI_PLATFORM=y
|
||||
CONFIG_USB_XHCI_MVEBU=y
|
||||
CONFIG_USB_EHCI_HCD=y
|
||||
# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
|
||||
CONFIG_USB_EHCI_ROOT_HUB_TT=y
|
||||
CONFIG_USB_EHCI_TT_NEWSCHED=y
|
||||
CONFIG_USB_EHCI_PCI=y
|
||||
# CONFIG_USB_EHCI_FSL is not set
|
||||
|
||||
@@ -4585,7 +4585,7 @@ CONFIG_USB_XHCI_PCI=y
|
||||
CONFIG_USB_XHCI_PLATFORM=y
|
||||
CONFIG_USB_XHCI_MVEBU=y
|
||||
CONFIG_USB_EHCI_HCD=y
|
||||
# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
|
||||
CONFIG_USB_EHCI_ROOT_HUB_TT=y
|
||||
CONFIG_USB_EHCI_TT_NEWSCHED=y
|
||||
CONFIG_USB_EHCI_PCI=y
|
||||
# CONFIG_USB_EHCI_FSL is not set
|
||||
|
||||
Reference in New Issue
Block a user