Skip to content

Commit eb965e2

Browse files
aslafy-zsmira
authored andcommitted
feat(kernel): enable CONFIG_USB_UHCI_HCD on amd64
HP iLO 4 BMC exposes its virtual keyboard via an internal UHCI USB controller (PCI 0000:01:00.4). Without uhci_hcd, this bus never initializes and the keyboard is invisible to the OS. Fixes siderolabs/talos#12905 Signed-off-by: Zadkiel AHARONIAN <hello@zadkiel.fr> Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit 6935f6f)
1 parent 6804ebd commit eb965e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/build/config-amd64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5593,7 +5593,7 @@ CONFIG_USB_EHCI_PCI=y
55935593
# CONFIG_USB_OXU210HP_HCD is not set
55945594
# CONFIG_USB_ISP116X_HCD is not set
55955595
# CONFIG_USB_OHCI_HCD is not set
5596-
# CONFIG_USB_UHCI_HCD is not set
5596+
CONFIG_USB_UHCI_HCD=y
55975597
# CONFIG_USB_SL811_HCD is not set
55985598
# CONFIG_USB_R8A66597_HCD is not set
55995599
# CONFIG_USB_HCD_TEST_MODE is not set

0 commit comments

Comments
 (0)