From: Armin Wolf Date: Thu, 16 Oct 2025 18:00:08 +0000 (+0200) Subject: platform/x86: acer-wmi: Add support for PHN16-72 X-Git-Tag: v6.19-rc1~42^2~58 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=45cf02f298f33e1c582f77c08bf6d61daf163f27;p=thirdparty%2Fkernel%2Flinux.git platform/x86: acer-wmi: Add support for PHN16-72 A user reported that the config of the PH16-72 also works on the PHN16-72. Add support for this new device as well. Suggested-by: Fa-Iz Faadhillah Ibrahim Signed-off-by: Armin Wolf Link: https://patch.msgid.link/20251016180008.465593-5-W_Armin@gmx.de Reviewed-by: Ilpo Järvinen Signed-off-by: Ilpo Järvinen --- diff --git a/drivers/platform/x86/acer-wmi.c b/drivers/platform/x86/acer-wmi.c index 7738a8e1d0ffa..18cb18e98e5da 100644 --- a/drivers/platform/x86/acer-wmi.c +++ b/drivers/platform/x86/acer-wmi.c @@ -692,6 +692,15 @@ static const struct dmi_system_id acer_quirks[] __initconst = { }, .driver_data = &quirk_acer_predator_ph16_72, }, + { + .callback = dmi_matched, + .ident = "Acer Predator Helios Neo 16", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Acer"), + DMI_MATCH(DMI_PRODUCT_NAME, "Predator PHN16-72"), + }, + .driver_data = &quirk_acer_predator_ph16_72, + }, { .callback = dmi_matched, .ident = "Acer Predator PH18-71",