From: kettenis Date: Tue, 28 Jun 2022 08:15:04 +0000 (+0000) Subject: Add hardware ID for EHCI-compliant USB controller with standard debug. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d1e1c8fc4ed31359352f3af5b30a181189f68ab3;p=openbsd Add hardware ID for EHCI-compliant USB controller with standard debug. ok jsg@ --- diff --git a/sys/dev/acpi/ehci_acpi.c b/sys/dev/acpi/ehci_acpi.c index 20b34349b4a..047513b8acc 100644 --- a/sys/dev/acpi/ehci_acpi.c +++ b/sys/dev/acpi/ehci_acpi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ehci_acpi.c,v 1.2 2022/04/06 18:59:27 naddy Exp $ */ +/* $OpenBSD: ehci_acpi.c,v 1.3 2022/06/28 08:15:04 kettenis Exp $ */ /* * Copyright (c) 2018 Mark Kettenis * @@ -52,6 +52,7 @@ const struct cfattach ehci_acpi_ca = { const char *ehci_hids[] = { "PNP0D20", + "PNP0D25", NULL };