Skip to content

Commit 690be4b

Browse files
spandruvadaij-intel
authored andcommitted
platform/x86/intel/hid: Add Wildcat Lake support
Add ACPI ID for Wildcat Lake. Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Link: https://lore.kernel.org/r/20250617232913.3314765-1-srinivas.pandruvada@linux.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 314e5ad commit 690be4b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • drivers/platform/x86/intel

drivers/platform/x86/intel/hid.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ static const struct acpi_device_id intel_hid_ids[] = {
5454
{ "INTC107B" },
5555
{ "INTC10CB" },
5656
{ "INTC10CC" },
57+
{ "INTC10F1" },
5758
{ }
5859
};
5960
MODULE_DEVICE_TABLE(acpi, intel_hid_ids);

0 commit comments

Comments
 (0)