Skip to content

Commit 687d975

Browse files
author
Desnes Nunes
committed
usb: host: xhci-plat: add support compatible ID PNP0D15
JIRA: https://issues.redhat.com/browse/RHEL-78931 commit eb12482 Author: Chunfeng Yun <[email protected]> Date: Thu, 16 Jan 2025 20:51:41 +0800 Add support compatible ID PNP0D15 which declare that the xHCI controller doesn't support standard debug capability. Signed-off-by: Chunfeng Yun <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Desnes Nunes <[email protected]>
1 parent cd0cbeb commit 687d975

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/usb/host/xhci-plat.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,7 @@ EXPORT_SYMBOL_GPL(xhci_plat_pm_ops);
569569
static const struct acpi_device_id usb_xhci_acpi_match[] = {
570570
/* XHCI-compliant USB Controller */
571571
{ "PNP0D10", },
572+
{ "PNP0D15", },
572573
{ }
573574
};
574575
MODULE_DEVICE_TABLE(acpi, usb_xhci_acpi_match);

0 commit comments

Comments
 (0)