From: Kurt Borja <kuurtb@gmail.com>
To: "Hans de Goede" <hansg@kernel.org>,
"Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>
Cc: platform-driver-x86@vger.kernel.org, Dell.Client.Kernel@dell.com,
linux-kernel@vger.kernel.org, Kurt Borja <kuurtb@gmail.com>,
stable@vger.kernel.org
Subject: [PATCH 2/3] platform/x86: alienware-wmi-wmax: Add AWCC support for Alienware x16
Date: Fri, 05 Dec 2025 13:50:11 -0500 [thread overview]
Message-ID: <20251205-area-51-v1-2-d2cb13530851@gmail.com> (raw)
In-Reply-To: <20251205-area-51-v1-0-d2cb13530851@gmail.com>
Add AWCC support for Alienware x16 laptops.
Cc: <stable@vger.kernel.org>
Signed-off-by: Kurt Borja <kuurtb@gmail.com>
---
drivers/platform/x86/dell/alienware-wmi-wmax.c | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/drivers/platform/x86/dell/alienware-wmi-wmax.c b/drivers/platform/x86/dell/alienware-wmi-wmax.c
index b7b684fda22e..baea397e0530 100644
--- a/drivers/platform/x86/dell/alienware-wmi-wmax.c
+++ b/drivers/platform/x86/dell/alienware-wmi-wmax.c
@@ -177,6 +177,14 @@ static const struct dmi_system_id awcc_dmi_table[] __initconst = {
},
.driver_data = &generic_quirks,
},
+ {
+ .ident = "Alienware x16",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Alienware"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "Alienware x16"),
+ },
+ .driver_data = &g_series_quirks,
+ },
{
.ident = "Alienware x17",
.matches = {
--
2.52.0
next prev parent reply other threads:[~2025-12-05 18:50 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-05 18:50 [PATCH 0/3] platform/x86: alienware-wmi-wmax: Add support for some newly released models Kurt Borja
2025-12-05 18:50 ` [PATCH 1/3] platform/x86: alienware-wmi-wmax: Add support for new Area-51 laptops Kurt Borja
2025-12-05 18:50 ` Kurt Borja [this message]
2025-12-05 18:50 ` [PATCH 3/3] platform/x86: alienware-wmi-wmax: Add support for Alienware 16X Aurora Kurt Borja
2025-12-05 19:04 ` [PATCH 0/3] platform/x86: alienware-wmi-wmax: Add support for some newly released models Ilpo Järvinen
2025-12-05 19:08 ` Kurt Borja
2025-12-05 20:57 ` Konstantin Ryabitsev
2025-12-06 15:55 ` Kurt Borja
2025-12-15 17:23 ` Ilpo Järvinen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251205-area-51-v1-2-d2cb13530851@gmail.com \
--to=kuurtb@gmail.com \
--cc=Dell.Client.Kernel@dell.com \
--cc=hansg@kernel.org \
--cc=ilpo.jarvinen@linux.intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=platform-driver-x86@vger.kernel.org \
--cc=stable@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox