Module Name: src
Committed By: jmcneill
Date: Fri Jan 31 23:12:13 UTC 2020
Modified Files:
src/sys/dev/acpi: xhci_acpi.c
Log Message:
Match HID 808622B7 (DesignWare USB3)
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/acpi/xhci_acpi.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/acpi/xhci_acpi.c
diff -u src/sys/dev/acpi/xhci_acpi.c:1.6 src/sys/dev/acpi/xhci_acpi.c:1.7
--- src/sys/dev/acpi/xhci_acpi.c:1.6 Tue Jan 21 11:29:17 2020
+++ src/sys/dev/acpi/xhci_acpi.c Fri Jan 31 23:12:13 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: xhci_acpi.c,v 1.6 2020/01/21 11:29:17 jmcneill Exp $ */
+/* $NetBSD: xhci_acpi.c,v 1.7 2020/01/31 23:12:13 jmcneill Exp $ */
/*-
* Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xhci_acpi.c,v 1.6 2020/01/21 11:29:17 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xhci_acpi.c,v 1.7 2020/01/31 23:12:13 jmcneill Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -52,6 +52,7 @@ __KERNEL_RCSID(0, "$NetBSD: xhci_acpi.c,
static const char * const compatible[] = {
"PNP0D10", /* XHCI-compliant USB controller without standard debug */
"PNP0D15", /* XHCI-compliant USB controller with standard debug */
+ "808622B7", /* DesignWare Dual Role SuperSpeed USB controller */
NULL
};