git: 6d2885d50e80 - stable/14 - ig4(4): Add Intel ACPI HID
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 30 Apr 2025 07:49:10 UTC
The branch stable/14 has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=6d2885d50e8043b9596221385bdbc5a9082a7409 commit 6d2885d50e8043b9596221385bdbc5a9082a7409 Author: Dmitry Luhtionov <dmitryluhtionov@gmail.com> AuthorDate: 2025-02-02 07:22:55 +0000 Commit: Vladimir Kondratyev <wulf@FreeBSD.org> CommitDate: 2025-04-30 07:32:22 +0000 ig4(4): Add Intel ACPI HID MFC after: 1 month (cherry picked from commit 64dcfa2593d4729f16cb3e2d97088a2e69900df1) --- 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 f88cca6cf13d..729e63a54ffa 100644 --- a/sys/dev/ichiic/ig4_acpi.c +++ b/sys/dev/ichiic/ig4_acpi.c @@ -55,6 +55,7 @@ static char *ig4iic_ids[] = { "INT33C3", "INT3432", "INT3433", + "INT3446", "80860F41", "808622C1", "AMDI0510",