X86 platform drivers
 help / color / mirror / Atom feed
* [PATCH v2] platform/x86/dell: alienware-wmi-wmax: add Alienware Area-51 AAT2250
@ 2026-08-28 14:57 Rickey Bartlett
  2026-08-30  4:44 ` Kurt Borja
  0 siblings, 1 reply; 2+ messages in thread
From: Rickey Bartlett @ 2026-08-28 14:57 UTC (permalink / raw)
  To: Kurt Borja
  Cc: Hans de Goede, Ilpo Järvinen, platform-driver-x86,
	Dell.Client.Kernel, linux-kernel, Rickey Bartlett

Add the Alienware Area-51 (2025 desktop, model AAT2250) to the AWCC DMI
table. G-Mode is not applicable to this desktop, so generic_quirks is
used. The full product name is matched to avoid colliding with the
"Alienware Area-51m" and "Alienware 16/18 Area-51" laptop entries.

Tested on hardware with BIOS 1.6.0: loading with
force_platform_profile=1 force_hwmon=1 exposes a working platform
profile (quiet/balanced/balanced-performance/custom) and a fully
functional hwmon interface (6 fans - CPU, 3 top, 2 front - with fan
boost control and temperature sensors).

Signed-off-by: Rickey Bartlett <subtexel@gmail.com>
---
v2:
 - Reorder commit message paragraphs (Kurt)
 - Cc everyone reported by get_maintainer.pl
 - Send with git send-email; v1's indentation was mangled by the mail
   client

 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 d1b4df9..2b0ffcb 100644
--- a/drivers/platform/x86/dell/alienware-wmi-wmax.c
+++ b/drivers/platform/x86/dell/alienware-wmi-wmax.c
@@ -121,6 +121,14 @@ static const struct dmi_system_id awcc_dmi_table[] __initconst = {
 		},
 		.driver_data = &g_series_quirks,
 	},
+	{
+		.ident = "Alienware Area-51 AAT2250",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "Alienware"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "Alienware Area-51 AAT2250"),
+		},
+		.driver_data = &generic_quirks,
+	},
 	{
 		.ident = "Alienware Area-51m",
 		.matches = {
-- 
2.53.0


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

* Re: [PATCH v2] platform/x86/dell: alienware-wmi-wmax: add Alienware Area-51 AAT2250
  2026-08-28 14:57 [PATCH v2] platform/x86/dell: alienware-wmi-wmax: add Alienware Area-51 AAT2250 Rickey Bartlett
@ 2026-08-30  4:44 ` Kurt Borja
  0 siblings, 0 replies; 2+ messages in thread
From: Kurt Borja @ 2026-08-30  4:44 UTC (permalink / raw)
  To: Rickey Bartlett, Kurt Borja
  Cc: Hans de Goede, Ilpo Järvinen, platform-driver-x86,
	Dell.Client.Kernel, linux-kernel

On Fri Aug 28, 2026 at 9:57 AM -05, Rickey Bartlett wrote:
> Add the Alienware Area-51 (2025 desktop, model AAT2250) to the AWCC DMI
> table. G-Mode is not applicable to this desktop, so generic_quirks is
> used. The full product name is matched to avoid colliding with the
> "Alienware Area-51m" and "Alienware 16/18 Area-51" laptop entries.
>
> Tested on hardware with BIOS 1.6.0: loading with
> force_platform_profile=1 force_hwmon=1 exposes a working platform
> profile (quiet/balanced/balanced-performance/custom) and a fully
> functional hwmon interface (6 fans - CPU, 3 top, 2 front - with fan
> boost control and temperature sensors).
>
> Signed-off-by: Rickey Bartlett <subtexel@gmail.com>

Reviewed-by: Kurt Borja <kuurtb@gmail.com>

> ---
> v2:
>  - Reorder commit message paragraphs (Kurt)
>  - Cc everyone reported by get_maintainer.pl
>  - Send with git send-email; v1's indentation was mangled by the mail
>    client
>
>  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 d1b4df9..2b0ffcb 100644
> --- a/drivers/platform/x86/dell/alienware-wmi-wmax.c
> +++ b/drivers/platform/x86/dell/alienware-wmi-wmax.c
> @@ -121,6 +121,14 @@ static const struct dmi_system_id awcc_dmi_table[] __initconst = {
>  		},
>  		.driver_data = &g_series_quirks,
>  	},
> +	{
> +		.ident = "Alienware Area-51 AAT2250",
> +		.matches = {
> +			DMI_MATCH(DMI_SYS_VENDOR, "Alienware"),
> +			DMI_MATCH(DMI_PRODUCT_NAME, "Alienware Area-51 AAT2250"),
> +		},
> +		.driver_data = &generic_quirks,
> +	},
>  	{
>  		.ident = "Alienware Area-51m",
>  		.matches = {

-- 
Thanks,
 ~ Kurt

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

end of thread, other threads:[~2026-08-30  4:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-28 14:57 [PATCH v2] platform/x86/dell: alienware-wmi-wmax: add Alienware Area-51 AAT2250 Rickey Bartlett
2026-08-30  4:44 ` Kurt Borja

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