* [PATCH] platform/x86/intel: hid: Add Pantherlake support
@ 2025-04-21 4:13 Saranya Gopal
2025-04-22 7:53 ` Andy Shevchenko
2025-04-23 11:38 ` Ilpo Järvinen
0 siblings, 2 replies; 3+ messages in thread
From: Saranya Gopal @ 2025-04-21 4:13 UTC (permalink / raw)
To: hdegoede, ilpo.jarvinen, platform-driver-x86, linux-kernel
Cc: Saranya Gopal, Andy Shevchenko
Add Pantherlake ACPI device ID to the Intel HID driver.
While there, clean up the device ID table to remove the ", 0" parts.
Suggested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Saranya Gopal <saranya.gopal@intel.com>
---
drivers/platform/x86/intel/hid.c | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
diff --git a/drivers/platform/x86/intel/hid.c b/drivers/platform/x86/intel/hid.c
index 88a1a9ff2f34..0b5e43444ed6 100644
--- a/drivers/platform/x86/intel/hid.c
+++ b/drivers/platform/x86/intel/hid.c
@@ -44,16 +44,17 @@ MODULE_LICENSE("GPL");
MODULE_AUTHOR("Alex Hung");
static const struct acpi_device_id intel_hid_ids[] = {
- {"INT33D5", 0},
- {"INTC1051", 0},
- {"INTC1054", 0},
- {"INTC1070", 0},
- {"INTC1076", 0},
- {"INTC1077", 0},
- {"INTC1078", 0},
- {"INTC107B", 0},
- {"INTC10CB", 0},
- {"", 0},
+ { "INT33D5" },
+ { "INTC1051" },
+ { "INTC1054" },
+ { "INTC1070" },
+ { "INTC1076" },
+ { "INTC1077" },
+ { "INTC1078" },
+ { "INTC107B" },
+ { "INTC10CB" },
+ { "INTC10CC" },
+ { }
};
MODULE_DEVICE_TABLE(acpi, intel_hid_ids);
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] platform/x86/intel: hid: Add Pantherlake support
2025-04-21 4:13 [PATCH] platform/x86/intel: hid: Add Pantherlake support Saranya Gopal
@ 2025-04-22 7:53 ` Andy Shevchenko
2025-04-23 11:38 ` Ilpo Järvinen
1 sibling, 0 replies; 3+ messages in thread
From: Andy Shevchenko @ 2025-04-22 7:53 UTC (permalink / raw)
To: Saranya Gopal; +Cc: hdegoede, ilpo.jarvinen, platform-driver-x86, linux-kernel
On Mon, Apr 21, 2025 at 09:43:32AM +0530, Saranya Gopal wrote:
> Add Pantherlake ACPI device ID to the Intel HID driver.
> While there, clean up the device ID table to remove the ", 0" parts.
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] platform/x86/intel: hid: Add Pantherlake support
2025-04-21 4:13 [PATCH] platform/x86/intel: hid: Add Pantherlake support Saranya Gopal
2025-04-22 7:53 ` Andy Shevchenko
@ 2025-04-23 11:38 ` Ilpo Järvinen
1 sibling, 0 replies; 3+ messages in thread
From: Ilpo Järvinen @ 2025-04-23 11:38 UTC (permalink / raw)
To: hdegoede, platform-driver-x86, linux-kernel, Saranya Gopal
Cc: Andy Shevchenko
On Mon, 21 Apr 2025 09:43:32 +0530, Saranya Gopal wrote:
> Add Pantherlake ACPI device ID to the Intel HID driver.
> While there, clean up the device ID table to remove the ", 0" parts.
>
>
Thank you for your contribution, it has been applied to my local
review-ilpo-fixes branch. Note it will show up in the public
platform-drivers-x86/review-ilpo-fixes 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 Pantherlake support
commit: 12df9ec3e1955aed6a0c839f2375cd8e5d5150cf
--
i.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-04-23 11:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-21 4:13 [PATCH] platform/x86/intel: hid: Add Pantherlake support Saranya Gopal
2025-04-22 7:53 ` Andy Shevchenko
2025-04-23 11:38 ` Ilpo Järvinen
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.