X86 platform drivers
 help / color / mirror / Atom feed
From: "Kurt Borja" <kuurtb@gmail.com>
To: "Rickey Bartlett" <subtexel@gmail.com>, "Kurt Borja" <kuurtb@gmail.com>
Cc: "Hans de Goede" <hansg@kernel.org>,
	"Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>,
	platform-driver-x86@vger.kernel.org, Dell.Client.Kernel@dell.com,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2] platform/x86/dell: alienware-wmi-wmax: add Alienware Area-51 AAT2250
Date: Sat, 29 Aug 2026 23:44:23 -0500	[thread overview]
Message-ID: <DL205Y6LUAEY.1ZA0G5ZVUPUN3@gmail.com> (raw)
In-Reply-To: <20260828145756.341733-1-subtexel@gmail.com>

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

      reply	other threads:[~2026-08-30  4:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

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=DL205Y6LUAEY.1ZA0G5ZVUPUN3@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=subtexel@gmail.com \
    /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