From: kettenis Date: Sat, 8 Oct 2022 19:46:52 +0000 (+0000) Subject: Add PNP ID to make this attach on Qualcomm SoCs. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=050951347a8bcc504b88c7bcc94c5eab5609feaa;p=openbsd Add PNP ID to make this attach on Qualcomm SoCs. ok mglocker@, patrick@ --- diff --git a/sys/dev/acpi/sdhc_acpi.c b/sys/dev/acpi/sdhc_acpi.c index 4789cb3c7b9..a3dc053d5e6 100644 --- a/sys/dev/acpi/sdhc_acpi.c +++ b/sys/dev/acpi/sdhc_acpi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sdhc_acpi.c,v 1.21 2022/04/06 18:59:27 naddy Exp $ */ +/* $OpenBSD: sdhc_acpi.c,v 1.22 2022/10/08 19:46:52 kettenis Exp $ */ /* * Copyright (c) 2016 Mark Kettenis * @@ -61,6 +61,7 @@ const char *sdhc_hids[] = { "BRCME88C", /* Raspberry Pi4 "emmc2" controller */ "INT33BB", "PNP0FFF", + "QCOM24BF", NULL };