git: 6badae01a1e8 - stable/13 - ig4(4): Add device HID to match I2C controller on ASUS X540 laptops
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Dec 2022 08:37:05 UTC
The branch stable/13 has been updated by wulf:
URL: https://cgit.FreeBSD.org/src/commit/?id=6badae01a1e8b1f6892ace999b64e86d6feb0b5c
commit 6badae01a1e8b1f6892ace999b64e86d6feb0b5c
Author: Vladimir Kondratyev <wulf@FreeBSD.org>
AuthorDate: 2022-07-21 23:19:15 +0000
Commit: Vladimir Kondratyev <wulf@FreeBSD.org>
CommitDate: 2022-12-24 08:33:27 +0000
ig4(4): Add device HID to match I2C controller on ASUS X540 laptops
(cherry picked from commit 8f733dabcc359b04c32874a4cd4289dbc3f8c0f6)
---
sys/dev/ichiic/ig4_acpi.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sys/dev/ichiic/ig4_acpi.c b/sys/dev/ichiic/ig4_acpi.c
index 5f596d8bfcab..b23d6324cff7 100644
--- a/sys/dev/ichiic/ig4_acpi.c
+++ b/sys/dev/ichiic/ig4_acpi.c
@@ -61,6 +61,7 @@ static char *ig4iic_ids[] = {
"808622C1",
"AMDI0510",
"AMDI0010",
+ "AMD0010",
"APMC0D0F",
NULL
};