diff options
author | Luke D. Jones <luke@ljones.dev> | 2023-06-30 08:35:47 +0300 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2023-07-12 18:01:46 +0300 |
commit | ee887807d05d3d6fb68917df59e450385fe630d3 (patch) | |
tree | ec9b8a9e3986b0d6ecfe3532801a4474e5060428 /include/linux/platform_data/x86/asus-wmi.h | |
parent | 536fce82d72933b9c60f1f0873f75ef890d80679 (diff) | |
download | linux-ee887807d05d3d6fb68917df59e450385fe630d3.tar.xz |
platform/x86: asus-wmi: support middle fan custom curves
Adds support for fan curves defined for the middle fan which
is available on some ASUS ROG laptops.
Signed-off-by: Luke D. Jones <luke@ljones.dev>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20230630053552.976579-4-luke@ljones.dev
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'include/linux/platform_data/x86/asus-wmi.h')
-rw-r--r-- | include/linux/platform_data/x86/asus-wmi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/platform_data/x86/asus-wmi.h b/include/linux/platform_data/x86/asus-wmi.h index 2c03bda7703f..329efc086993 100644 --- a/include/linux/platform_data/x86/asus-wmi.h +++ b/include/linux/platform_data/x86/asus-wmi.h @@ -83,6 +83,7 @@ #define ASUS_WMI_DEVID_MID_FAN_CTRL 0x00110031 #define ASUS_WMI_DEVID_CPU_FAN_CURVE 0x00110024 #define ASUS_WMI_DEVID_GPU_FAN_CURVE 0x00110025 +#define ASUS_WMI_DEVID_MID_FAN_CURVE 0x00110032 /* Power */ #define ASUS_WMI_DEVID_PROCESSOR_STATE 0x00120012 |