Re: [PATCH 0/3] platform/x86: asus-wmi: Fix issues on fanless device

From: Hans de Goede
Date: Thu Jan 12 2023 - 14:00:38 EST


Hi,

On 12/21/22 18:59, Thomas Weißschuh wrote:
> This series fixes issues experienced on a fanless ASUS VivoBook E410MA.
>
> To: Corentin Chary <corentin.chary@xxxxxxxxx>
> To: Hans de Goede <hdegoede@xxxxxxxxxx>
> To: Mark Gross <markgross@xxxxxxxxxx>
> To: "Luke D. Jones" <luke@xxxxxxxxxx>
> Cc: acpi4asus-user@xxxxxxxxxxxxxxxxxxxxx
> Cc: platform-driver-x86@xxxxxxxxxxxxxxx
> Cc: linux-kernel@xxxxxxxxxxxxxxx
> Signed-off-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>

Thank you for your patch series, I've applied this series
to my fixes branch:
https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/log/?h=fixes

Note it will show up in my fixes branch once I've pushed my
local branch there, which might take a while.

I will include this patch in my next fixes pull-req to Linus
for the current kernel development cycle.

Regards,

Hans





>
> ---
> Thomas Weißschuh (3):
> platform/x86: asus-wmi: Add quirk wmi_ignore_fan
> platform/x86: asus-wmi: Ignore fan on E410MA
> platform/x86: asus-wmi: Don't load fan curves without fan
>
> drivers/platform/x86/asus-nb-wmi.c | 13 +++++++++++++
> drivers/platform/x86/asus-wmi.c | 7 ++++++-
> drivers/platform/x86/asus-wmi.h | 1 +
> 3 files changed, 20 insertions(+), 1 deletion(-)
> ---
> base-commit: b6bb9676f2165d518b35ba3bea5f1fcfc0d969bf
> change-id: 20221221-asus-fan-9aeac7d59c6c
>
> Best regards,