We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe2437c commit a95be87Copy full SHA for a95be87
drivers/thermal/intel/int340x_thermal/int3400_thermal.c
@@ -596,6 +596,7 @@ static const struct acpi_device_id int3400_thermal_match[] = {
596
{"INT3400", 0},
597
{"INTC1040", 0},
598
{"INTC1041", 0},
599
+ {"INTC10A0", 0},
600
{}
601
};
602
drivers/thermal/intel/int340x_thermal/int3403_thermal.c
@@ -285,6 +285,7 @@ static const struct acpi_device_id int3403_device_ids[] = {
285
{"INT3403", 0},
286
{"INTC1043", 0},
287
{"INTC1046", 0},
288
+ {"INTC10A1", 0},
289
{"", 0},
290
291
MODULE_DEVICE_TABLE(acpi, int3403_device_ids);
0 commit comments