> > Tiger Lake has a new unique hardware ID to support fan driver. Hence, > > add it. > > > > Cc: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > > Cc: Zhang Rui <rui.zhang@xxxxxxxxx> > > Cc: Srinivas Pandruvada <srinivas.pandruvada@xxxxxxxxx> > > Signed-off-by: Gayatri Kammela <gayatri.kammela@xxxxxxxxx> > > --- > > drivers/acpi/fan.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/drivers/acpi/fan.c b/drivers/acpi/fan.c index > > 816b0803f7fb..13708fb48038 100644 > > --- a/drivers/acpi/fan.c > > +++ b/drivers/acpi/fan.c > > @@ -25,6 +25,7 @@ static int acpi_fan_remove(struct platform_device > > *pdev); > > > > static const struct acpi_device_id fan_device_ids[] = { > > {"PNP0C0B", 0}, > > + {"INT1044", 0}, > > This has to go into device_pm.c:acpi_dev_pm_attach() too, see commit > > b9ea0bae260f ACPI: PM: Avoid attaching ACPI PM domain to certain devices Thanks Rafael! I will add it and send v3. > > > {"INT3404", 0}, > > {"", 0}, > > }; > > --