From: kettenis Date: Tue, 28 Jun 2022 08:14:03 +0000 (+0000) Subject: Add hardware ID for XHCI-compliant USB controller without standard debug. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8b15402d142c42ad7517efcd1127a8de9b8e8fcf;p=openbsd Add hardware ID for XHCI-compliant USB controller without standard debug. ok jsg@ --- diff --git a/sys/dev/acpi/xhci_acpi.c b/sys/dev/acpi/xhci_acpi.c index 2b79ba20863..3351ce1ec4b 100644 --- a/sys/dev/acpi/xhci_acpi.c +++ b/sys/dev/acpi/xhci_acpi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xhci_acpi.c,v 1.6 2022/04/06 18:59:27 naddy Exp $ */ +/* $OpenBSD: xhci_acpi.c,v 1.7 2022/06/28 08:14:03 kettenis Exp $ */ /* * Copyright (c) 2018 Mark Kettenis * @@ -52,6 +52,7 @@ const struct cfattach xhci_acpi_ca = { const char *xhci_hids[] = { "PNP0D10", + "PNP0D15", NULL };