]> git.baikalelectronics.ru Git - kernel.git/commitdiff
platform/x86: thinkpad_acpi: add P1 gen3 second fan support
authorIakov 'Jake' Kirilenko <jake.kirilenko@gmail.com>
Thu, 5 Nov 2020 15:25:56 +0000 (18:25 +0300)
committerHans de Goede <hdegoede@redhat.com>
Thu, 26 Nov 2020 14:44:09 +0000 (15:44 +0100)
Tested on my P1 gen3, works fine with `thinkfan`. Since thinkpad_acpi fan
control is off by default, it is safe to add 2nd fan control for brave
overclockers

Signed-off-by: Iakov 'Jake' Kirilenko <jake.kirilenko@gmail.com>
Link: https://lore.kernel.org/r/20201105152556.34073-1-jake.kirilenko@gmail.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/thinkpad_acpi.c

index e3810675090ac93f205a0d2025ec4389cc94cf52..4d64ba29132bd2c8fa28815110e6a361895ac5d1 100644 (file)
@@ -8776,6 +8776,7 @@ static const struct tpacpi_quirk fan_quirk_table[] __initconst = {
        TPACPI_Q_LNV3('N', '2', 'C', TPACPI_FAN_2CTL),  /* P52 / P72 */
        TPACPI_Q_LNV3('N', '2', 'E', TPACPI_FAN_2CTL),  /* P1 / X1 Extreme (1st gen) */
        TPACPI_Q_LNV3('N', '2', 'O', TPACPI_FAN_2CTL),  /* P1 / X1 Extreme (2nd gen) */
+       TPACPI_Q_LNV3('N', '2', 'V', TPACPI_FAN_2CTL),  /* P1 / X1 Extreme (3nd gen) */
 };
 
 static int __init fan_init(struct ibm_init_struct *iibm)