Bug 219616
Summary: | xhci_pci does not activate uPD720202 | ||
---|---|---|---|
Product: | Drivers | Reporter: | Harald Buchholz (z.b) |
Component: | USB | Assignee: | Default virtual assignee for Drivers/USB (drivers_usb) |
Status: | RESOLVED ANSWERED | ||
Severity: | blocking | CC: | linux-usb, michal.pecio |
Priority: | P3 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 6.12.5 | Subsystem: | |
Regression: | Yes | Bisected commit-id: |
Description
Harald Buchholz
2024-12-20 15:18:55 UTC
Is this lspci output from the working 6.11 system? On 6.12 you should see Kernel driver in use: xhci-pci-renesas Kernel modules: xhci_pci, xhci_pci_renesas and you need CONFIG_USB_XHCI_PCI_RENESAS to have this module if you are building your own kernel, see commit 25f51b76f90f. Please bisect: https://docs.kernel.org/admin-guide/bug-bisect.html CONFIG_USB_XHCI_PCI_RENESAS and loading this module make it work. This option and module weren't required in 5.x. |