From e135089457ccac39c854e85e248c568c5caf388e Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Fri, 3 Jan 2025 13:10:51 +0100 Subject: [PATCH] pygoscelis: Enable CONFIG_USB_XHCI_PCI_RENESAS Enabling this serves is intended two purposes: - fixing my missing webcam USB device, maybe due to a firmware bug - trying out things that might improve my hardware support `lspci | grep -i renesas` gives me on my machine: 05:00.0 USB controller: Renesas Electronics Corp. uPD720202 USB 3.0 Host Controller (rev 02) --- pygoscelis-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygoscelis-config b/pygoscelis-config index 82377f0..4007215 100644 --- a/pygoscelis-config +++ b/pygoscelis-config @@ -4798,7 +4798,7 @@ CONFIG_USB_MON=m CONFIG_USB_XHCI_HCD=y # CONFIG_USB_XHCI_DBGCAP is not set CONFIG_USB_XHCI_PCI=y -# CONFIG_USB_XHCI_PCI_RENESAS is not set +CONFIG_USB_XHCI_PCI_RENESAS=y # CONFIG_USB_XHCI_PLATFORM is not set # CONFIG_USB_XHCI_MTK is not set # CONFIG_USB_XHCI_MVEBU is not set