git: 8f733dabcc35 - main - ig4(4): Add device HID to match I2C controller on ASUS X540 laptops
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Jul 2022 23:49:38 UTC
The branch main has been updated by wulf:
URL: https://cgit.FreeBSD.org/src/commit/?id=8f733dabcc359b04c32874a4cd4289dbc3f8c0f6
commit 8f733dabcc359b04c32874a4cd4289dbc3f8c0f6
Author: Vladimir Kondratyev <wulf@FreeBSD.org>
AuthorDate: 2022-07-21 23:19:15 +0000
Commit: Vladimir Kondratyev <wulf@FreeBSD.org>
CommitDate: 2022-07-21 23:49:13 +0000
ig4(4): Add device HID to match I2C controller on ASUS X540 laptops
Tested by: Andrés Ramírez <rrandresf_AT_hotmail_DOT_com>
MFC after: 1 week
---
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 7d6fa386838a..8f349b36f9dc 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
};