X86 platform drivers
 help / color / mirror / Atom feed
* [PATCH] platform/x86: alieneware-wmi-wmax: Add AWCC support to Alienware 16 Aurora
@ 2025-10-07  8:47 Anthony Wong
  2025-10-07 14:20 ` Kurt Borja
  2025-11-15  6:23 ` Kurt Borja
  0 siblings, 2 replies; 5+ messages in thread
From: Anthony Wong @ 2025-10-07  8:47 UTC (permalink / raw)
  To: platform-driver-x86, kuurtb; +Cc: hansg, ilpo.jarvinen, Dell.Client.Kernel

From: Anthony Wong <anthony.wong@ubuntu.com>

Add AWCC support to Alienware 16 Aurora AC16250.

CC: stable@vger.kernel.org
Signed-off-by: Anthony Wong <anthony.wong@ubuntu.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 31f9643a6a3b5..eb7c3fb6b078d 100644
--- a/drivers/platform/x86/dell/alienware-wmi-wmax.c
+++ b/drivers/platform/x86/dell/alienware-wmi-wmax.c
@@ -89,6 +89,14 @@ static struct awcc_quirks generic_quirks = {
 static struct awcc_quirks empty_quirks;
 
 static const struct dmi_system_id awcc_dmi_table[] __initconst = {
+	{
+		.ident = "Alienware 16 Aurora AC16250",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "Alienware"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "Alienware 16 Aurora AC16250"),
+		},
+		.driver_data = &generic_quirks,
+	},
 	{
 		.ident = "Alienware Area-51m",
 		.matches = {
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-11-16 12:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-07  8:47 [PATCH] platform/x86: alieneware-wmi-wmax: Add AWCC support to Alienware 16 Aurora Anthony Wong
2025-10-07 14:20 ` Kurt Borja
2025-11-15  6:23 ` Kurt Borja
2025-11-16  0:44   ` Anthony Wong
2025-11-16 12:40     ` Kurt Borja

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox