diff options
| author | Srinivas Pandruvada <[email protected]> | 2025-06-17 23:29:13 +0000 |
|---|---|---|
| committer | Ilpo Järvinen <[email protected]> | 2025-06-30 09:14:19 +0000 |
| commit | 690be4bc589a145dc211b8d66b8f851713abd344 (patch) | |
| tree | 98b448ab2ff4b9a62aa79dc7b0f36dd0c4fcf574 | |
| parent | platform/x86: dell-wmi-sysman: Fix class device unregistration (diff) | |
| download | kernel-690be4bc589a145dc211b8d66b8f851713abd344.tar.gz kernel-690be4bc589a145dc211b8d66b8f851713abd344.zip | |
platform/x86/intel/hid: Add Wildcat Lake support
Add ACPI ID for Wildcat Lake.
Signed-off-by: Srinivas Pandruvada <[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]>
| -rw-r--r-- | drivers/platform/x86/intel/hid.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/intel/hid.c b/drivers/platform/x86/intel/hid.c index 0b5e43444ed6..f25a427cccda 100644 --- a/drivers/platform/x86/intel/hid.c +++ b/drivers/platform/x86/intel/hid.c @@ -54,6 +54,7 @@ static const struct acpi_device_id intel_hid_ids[] = { { "INTC107B" }, { "INTC10CB" }, { "INTC10CC" }, + { "INTC10F1" }, { } }; MODULE_DEVICE_TABLE(acpi, intel_hid_ids); |
