Skip to content

Commit 79ce880

Browse files
sumeetpawnikarij-intel
authored andcommitted
platform/x86/intel/hid: Add Lunar Lake and Arrow Lake support
Add INTC107B for Lunar Lake and INTC10CB for Arrow Lake ACPI devices IDs. Signed-off-by: Sumeet Pawnikar <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Ilpo Järvinen <[email protected]> Signed-off-by: Ilpo Järvinen <[email protected]>
1 parent 5864e47 commit 79ce880

File tree

1 file changed

+2
-0
lines changed
  • drivers/platform/x86/intel

1 file changed

+2
-0
lines changed

drivers/platform/x86/intel/hid.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ static const struct acpi_device_id intel_hid_ids[] = {
4949
{"INTC1076", 0},
5050
{"INTC1077", 0},
5151
{"INTC1078", 0},
52+
{"INTC107B", 0},
53+
{"INTC10CB", 0},
5254
{"", 0},
5355
};
5456
MODULE_DEVICE_TABLE(acpi, intel_hid_ids);

0 commit comments

Comments
 (0)