[PATCH] platform/x86/intel/hid: Add Lunar Lake and Arrow Lake support

Sumeet Pawnikar posted 1 patch 1 year, 8 months ago
drivers/platform/x86/intel/hid.c | 2 ++
1 file changed, 2 insertions(+)
[PATCH] platform/x86/intel/hid: Add Lunar Lake and Arrow Lake support
Posted by Sumeet Pawnikar 1 year, 8 months ago
Add INTC107B for Lunar Lake and INTC10CB for Arrow Lake ACPI devices IDs.

Signed-off-by: Sumeet Pawnikar <sumeet.r.pawnikar@intel.com>
---
 drivers/platform/x86/intel/hid.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/platform/x86/intel/hid.c b/drivers/platform/x86/intel/hid.c
index 7457ca2b27a6..66410ab9925d 100644
--- a/drivers/platform/x86/intel/hid.c
+++ b/drivers/platform/x86/intel/hid.c
@@ -49,6 +49,8 @@ static const struct acpi_device_id intel_hid_ids[] = {
 	{"INTC1076", 0},
 	{"INTC1077", 0},
 	{"INTC1078", 0},
+	{"INTC107B", 0},
+	{"INTC10CB", 0},
 	{"", 0},
 };
 MODULE_DEVICE_TABLE(acpi, intel_hid_ids);
-- 
2.17.1
Re: [PATCH] platform/x86/intel/hid: Add Lunar Lake and Arrow Lake support
Posted by Ilpo Järvinen 1 year, 8 months ago
On Fri, 05 Apr 2024 17:56:30 +0530, Sumeet Pawnikar wrote:

> Add INTC107B for Lunar Lake and INTC10CB for Arrow Lake ACPI devices IDs.
> 
> 


Thank you for your contribution, it has been applied to my local
review-ilpo branch. Note it will show up in the public
platform-drivers-x86/review-ilpo branch only once I've pushed my
local branch there, which might take a while.

The list of commits applied:
[1/1] platform/x86/intel/hid: Add Lunar Lake and Arrow Lake support
      commit: 79ce88064bb04ec62c4e9e4da4614d36906f8a04

--
 i.