projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32735e2
)
platform/x86/intel/hid: Add some ACPI device IDs
author
Ivan Hu
<ivan.hu@canonical.com>
Wed, 2 Nov 2022 02:05:48 +0000
(10:05 +0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 2 Dec 2022 16:41:01 +0000
(17:41 +0100)
[ Upstream commit
a977ece5773b6746b814aac410da4776023db239
]
Add INTC1076 (JasonLake), INTC1077 (MeteorLake) and INTC1078 (RaptorLake)
devices IDs.
Signed-off-by: Ivan Hu <ivan.hu@canonical.com>
Link:
https://lore.kernel.org/r/20221102020548.5225-1-ivan.hu@canonical.com
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/platform/x86/intel/hid.c
patch
|
blob
|
history
diff --git
a/drivers/platform/x86/intel/hid.c
b/drivers/platform/x86/intel/hid.c
index d7d6782c40c204a4c2e1b411df2061a68bd3ca68..4d1c78635114e4742f25f842de56427baaa3f79d 100644
(file)
--- a/
drivers/platform/x86/intel/hid.c
+++ b/
drivers/platform/x86/intel/hid.c
@@
-27,6
+27,9
@@
static const struct acpi_device_id intel_hid_ids[] = {
{"INTC1051", 0},
{"INTC1054", 0},
{"INTC1070", 0},
+ {"INTC1076", 0},
+ {"INTC1077", 0},
+ {"INTC1078", 0},
{"", 0},
};
MODULE_DEVICE_TABLE(acpi, intel_hid_ids);