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 <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>
This commit is contained in:
Armin Wolf 2025-10-16 20:00:08 +02:00 committed by Ilpo Järvinen
parent d727823c13
commit 45cf02f298
No known key found for this signature in database
GPG Key ID: 59AC4F6153E5CE31

View 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",