From: tr1x_em <admin@trix.is-a.dev>
To: platform-driver-x86@vger.kernel.org
Cc: Dell.Client.Kernel@dell.com, kuurtb@gmail.com, hansg@kernel.org,
ilpo.jarvinen@linux.intel.com, tr1x_em <admin@trix.is-a.dev>,
stable@vger.kernel.org
Subject: [PATCH v3] platform/x86: alienware-wmi-wmax: Add AWCC support to Dell G15 5530
Date: Thu, 25 Sep 2025 09:10:03 +0530 [thread overview]
Message-ID: <20250925034010.31414-1-admin@trix.is-a.dev> (raw)
Makes alienware-wmi load on G15 5530 by default
Cc: stable@vger.kernel.org
Signed-off-by: Saumya <admin@trix.is-a.dev>
---
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 31f9643a6..3b25a8283 100644
--- a/drivers/platform/x86/dell/alienware-wmi-wmax.c
+++ b/drivers/platform/x86/dell/alienware-wmi-wmax.c
@@ -209,6 +209,14 @@ static const struct dmi_system_id awcc_dmi_table[] __initconst = {
},
.driver_data = &g_series_quirks,
},
+ {
+ .ident = "Dell Inc. G15 5530",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+ DMI_MATCH(DMI_PRODUCT_NAME, "Dell G15 5530"),
+ },
+ .driver_data = &g_series_quirks,
+ },
{
.ident = "Dell Inc. G16 7630",
.matches = {
--
2.51.0
next reply other threads:[~2025-09-25 3:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-25 3:40 tr1x_em [this message]
2025-09-29 23:34 ` [PATCH v3] platform/x86: alienware-wmi-wmax: Add AWCC support to Dell G15 5530 Kurt Borja
2025-10-15 8:31 ` 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=20250925034010.31414-1-admin@trix.is-a.dev \
--to=admin@trix.is-a.dev \
--cc=Dell.Client.Kernel@dell.com \
--cc=hansg@kernel.org \
--cc=ilpo.jarvinen@linux.intel.com \
--cc=kuurtb@gmail.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.