]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
platform/x86: acer-wmi: Add support for PHN16-72
authorArmin Wolf <W_Armin@gmx.de>
Thu, 16 Oct 2025 18:00:08 +0000 (20:00 +0200)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Thu, 30 Oct 2025 16:29:24 +0000 (18:29 +0200)
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 <faiz.faadhillah@gmail.com>
Signed-off-by: Armin Wolf <W_Armin@gmx.de>
Link: https://patch.msgid.link/20251016180008.465593-5-W_Armin@gmx.de
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
drivers/platform/x86/acer-wmi.c

index 7738a8e1d0ffa8a615b7dfaab61521ecb684e826..18cb18e98e5daead7a0877514ae2c8e1f8d81023 100644 (file)
@@ -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",