Hi, The hardware IDs for devices supported by Tiger Lake for various drivers such as DPTF, fan, Intel thermal and intel-hid are added with missing 'C' which makes them invalid. Hence fix these IDs by updating. For instance, the updated ID now looks like INT1047 --> INTC1047 Patch 1: Update Tiger Lake ACPI device IDs for DPTF and fan drivers Patch 2: Update Tiger Lake ACPI device ID for intel-hid driver Patch 3: Update Tiger Lake ACPI device IDs for thermal driver Gayatri Kammela (3): ACPI: fix: Update Tiger Lake ACPI device IDs platform/x86: intel-hid: fix: Update Tiger Lake ACPI device ID thermal: int340x_thermal: fix: Update Tiger Lake ACPI device IDs drivers/acpi/device_pm.c | 2 +- drivers/acpi/dptf/dptf_power.c | 2 +- drivers/acpi/dptf/int340x_thermal.c | 8 ++++---- drivers/platform/x86/intel-hid.c | 2 +- drivers/thermal/intel/int340x_thermal/int3400_thermal.c | 2 +- drivers/thermal/intel/int340x_thermal/int3403_thermal.c | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) Cc: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Cc: Srinivas Pandruvada <srinivas.pandruvada@xxxxxxxxx> Cc: Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx> -- 2.17.1