diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2022-06-28 08:14:04 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2022-06-28 08:14:04 +0000 |
commit | f2dc4ac4e57bded1257618e2334d2ea73f60f7d4 (patch) | |
tree | 698cf8c72a3baf766966cb4f786005fc494fb8fc /sys/dev/acpi | |
parent | 29323fcdfa4aab0d91e7e7247531dfc2ad3ff3a0 (diff) |
Add hardware ID for XHCI-compliant USB controller without standard debug.
ok jsg@
Diffstat (limited to 'sys/dev/acpi')
-rw-r--r-- | sys/dev/acpi/xhci_acpi.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 }; |