diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2022-09-09 08:30:33 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2022-09-09 08:30:33 +0000 |
commit | e38f53e1aa9db95dc7d3d1f0560eec6184f7fce7 (patch) | |
tree | e8ee0e0aca826874dd25d5683684c905924f2e5d /sys/dev | |
parent | fa025df81dd8b80fefceac32db26434e11635ea0 (diff) |
The DSDT on the snapdragon 7c based Acer Aspire 1 (A114-61) uses a bogus
compatible ID. Add its hardware ID to the list to work around this.
ok patrick@, mlarkin@, mglocker@
Diffstat (limited to 'sys/dev')
-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 |