1
1

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)
This commit is contained in:
Nils Freydank 2025-01-03 13:10:51 +01:00
parent 3c3a1fe2dd
commit e135089457
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112

View File

@ -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