Skip to content

Commit eb12482

Browse files
Chunfeng Yungregkh
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 06c47f2 commit eb12482

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)