]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
usb: host: xhci-plat: add support compatible ID PNP0D15
authorChunfeng Yun <chunfeng.yun@mediatek.com>
Thu, 16 Jan 2025 12:51:41 +0000 (20:51 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Jan 2025 11:38:59 +0000 (12:38 +0100)
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>
drivers/usb/host/xhci-plat.c

index e88814c5743b4aba4a423a940244215a931526ac..d85ffa9ffaa70f46ee489e8a2c43fbc251d67567 100644 (file)
@@ -569,6 +569,7 @@ EXPORT_SYMBOL_GPL(xhci_plat_pm_ops);
 static const struct acpi_device_id usb_xhci_acpi_match[] = {
        /* XHCI-compliant USB Controller */
        { "PNP0D10", },
+       { "PNP0D15", },
        { }
 };
 MODULE_DEVICE_TABLE(acpi, usb_xhci_acpi_match);