This series of patches adds support for Acer Predator PHN16-71 in acer-wmi including platform profile, (thermal) mode key and fan speed monitoring. The acer-wmi driver already includes fan control and turbo mode support for gaming laptops that use predator sense app (version 3), but PHN16-71 operates in different way with new predator sense (version 4). To distinguish from implementation for previous model, new implementation for this device is marked with "v4". Changes in v4: - add new patch for "ACPI_VIDEO" in Kconfig - use GENMASK and FIELD_GET to read fan speed - clean up code Changes in v3: - change dependencies in Kconfig Changes in v2: - fix typo - remove redundant "if" statement SungHwan Jung (3): platform/x86: acer-wmi: Add platform profile and mode key support for Predator PHN16-71 platform/x86: acer-wmi: add fan speed monitoring for Predator PHN16-71 platform/x86: acer-wmi: Fix recursive dependency for acer-wmi drivers/platform/x86/Kconfig | 3 +- drivers/platform/x86/acer-wmi.c | 368 +++++++++++++++++++++++++++++++- 2 files changed, 369 insertions(+), 2 deletions(-) -- 2.43.0