Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/acpi Match HID 808622B7 (DesignWare USB3)
details: https://anonhg.NetBSD.org/src/rev/e2bd2169f49a
branches: trunk
changeset: 744406:e2bd2169f49a
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Fri Jan 31 23:12:13 2020 +0000
description:
Match HID 808622B7 (DesignWare USB3)
diffstat:
sys/dev/acpi/xhci_acpi.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 822b3b87b5b3 -r e2bd2169f49a sys/dev/acpi/xhci_acpi.c
--- a/sys/dev/acpi/xhci_acpi.c Fri Jan 31 22:41:07 2020 +0000
+++ b/sys/dev/acpi/xhci_acpi.c Fri Jan 31 23:12:13 2020 +0000
@@ -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 @@
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
};
Home |
Main Index |
Thread Index |
Old Index