[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20250923214814.325808-5-W_Armin@gmx.de>
Date: Tue, 23 Sep 2025 23:48:14 +0200
From: Armin Wolf <W_Armin@....de>
To: jlee@...e.com,
basak.sb2006@...il.com,
rayanmargham4@...il.com
Cc: kuurtb@...il.com,
ilpo.jarvinen@...ux.intel.com,
platform-driver-x86@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 4/4] 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@...il.com>
Signed-off-by: Armin Wolf <W_Armin@....de>
---
drivers/platform/x86/acer-wmi.c | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/drivers/platform/x86/acer-wmi.c b/drivers/platform/x86/acer-wmi.c
index d2cee0bdfd16..5d9b59a9a49a 100644
--- a/drivers/platform/x86/acer-wmi.c
+++ b/drivers/platform/x86/acer-wmi.c
@@ -692,6 +692,16 @@ 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",
--
2.39.5
Powered by blists - more mailing lists