Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

usb: host: xhci-plat: add support compatible ID PNP0D15

Add support compatible ID PNP0D15 which declare that the xHCI
controller doesn't support standard debug capability.

Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Link: https://lore.kernel.org/r/20250116125141.25856-1-chunfeng.yun@mediatek.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Chunfeng Yun and committed by
Greg Kroah-Hartman
eb124822 06c47f20

+1
+1
drivers/usb/host/xhci-plat.c
··· 569 569 static const struct acpi_device_id usb_xhci_acpi_match[] = { 570 570 /* XHCI-compliant USB Controller */ 571 571 { "PNP0D10", }, 572 + { "PNP0D15", }, 572 573 { } 573 574 }; 574 575 MODULE_DEVICE_TABLE(acpi, usb_xhci_acpi_match);