From d1e1c8fc4ed31359352f3af5b30a181189f68ab3 Mon Sep 17 00:00:00 2001 From: kettenis Date: Tue, 28 Jun 2022 08:15:04 +0000 Subject: [PATCH] Add hardware ID for EHCI-compliant USB controller with standard debug. ok jsg@ --- sys/dev/acpi/ehci_acpi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }; -- 2.20.1