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 <sumeet.r.pawnikar@intel.com> Link: https://lore.kernel.org/r/20240405122630.32154-1-sumeet.r.pawnikar@intel.com Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
1 parent 5864e47 commit 79ce880

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • drivers/platform/x86/intel

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)