diff options
Diffstat (limited to 'sys/dev/acpi/xhci_acpi.c')
-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 6463b2c1f5c..b0196a81889 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.9 2022/09/07 20:06:23 kettenis Exp $ */ +/* $OpenBSD: xhci_acpi.c,v 1.10 2022/09/09 08:30:32 kettenis Exp $ */ /* * Copyright (c) 2018 Mark Kettenis * @@ -59,6 +59,7 @@ const char *xhci_hids[] = { "QCOM0498", "QCOM068B", /* SC8280 URS */ "QCOM068C", + "QCOM0826", /* SC7180 USB */ "QCOM24B6", /* SDM850 URS */ "QCOM24B7", NULL |