artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
721f596
)
Add PNP ID to make this attach on Qualcomm SoCs.
author
kettenis
<kettenis@openbsd.org>
Sat, 8 Oct 2022 19:46:52 +0000
(19:46 +0000)
committer
kettenis
<kettenis@openbsd.org>
Sat, 8 Oct 2022 19:46:52 +0000
(19:46 +0000)
ok mglocker@, patrick@
sys/dev/acpi/sdhc_acpi.c
patch
|
blob
|
history
diff --git
a/sys/dev/acpi/sdhc_acpi.c
b/sys/dev/acpi/sdhc_acpi.c
index
4789cb3
..
a3dc053
100644
(file)
--- a/
sys/dev/acpi/sdhc_acpi.c
+++ b/
sys/dev/acpi/sdhc_acpi.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: sdhc_acpi.c,v 1.2
1 2022/04/06 18:59:27 naddy Exp $
*/
+/* $OpenBSD: sdhc_acpi.c,v 1.2
2 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
};