So ACPI uses separate HIDs/CIDs for xhci(4) with and without debug
support.  PNP0D15 is the one without.  Seen on the Lenovo x13s.

ok?


Index: xhci_acpi.c
===================================================================
RCS file: /cvs/src/sys/dev/acpi/xhci_acpi.c,v
retrieving revision 1.6
diff -u -p -r1.6 xhci_acpi.c
--- xhci_acpi.c 6 Apr 2022 18:59:27 -0000       1.6
+++ xhci_acpi.c 27 Jun 2022 15:51:04 -0000
@@ -52,6 +52,7 @@ const struct cfattach xhci_acpi_ca = {
 
 const char *xhci_hids[] = {
        "PNP0D10",
+       "PNP0D15",
        NULL
 };
 

Reply via email to