X86 platform drivers
 help / color / mirror / Atom feed
From: "Kurt Borja" <kuurtb@gmail.com>
To: "Anthony Wong" <anthony.wong@canonical.com>,
	<platform-driver-x86@vger.kernel.org>, <kuurtb@gmail.com>
Cc: <hansg@kernel.org>, <ilpo.jarvinen@linux.intel.com>,
	<Dell.Client.Kernel@dell.com>
Subject: Re: [PATCH v2] platform/x86: alienware-wmi-wmax: Add AWCC support to Alienware 16 Aurora
Date: Sun, 16 Nov 2025 14:01:32 -0500	[thread overview]
Message-ID: <DEACNVZ5KBRP.38W42TRA1ILKU@gmail.com> (raw)
In-Reply-To: <20251116185311.18074-1-anthony.wong@canonical.com>

On Sun Nov 16, 2025 at 1:53 PM -05, Anthony Wong wrote:
> From: Anthony Wong <anthony.wong@ubuntu.com>
>
> Add AWCC support to Alienware 16 Aurora
>
> Cc: stable@vger.kernel.org
> Signed-off-by: Anthony Wong <anthony.wong@ubuntu.com>

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

> ---
> v2:
> * Drop "AC16250" from product name
> * use g_series_quirks for G-mode
> v1: https://lore.kernel.org/all/20251007084734.25347-1-anthony.wong@canonical.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 f417dcc9af35..a1ff63d8dc12 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",
> +		.matches = {
> +			DMI_MATCH(DMI_SYS_VENDOR, "Alienware"),
> +			DMI_MATCH(DMI_PRODUCT_NAME, "Alienware 16 Aurora"),
> +		},
> +		.driver_data = &g_series_quirks,
> +	},
>  	{
>  		.ident = "Alienware Area-51m",
>  		.matches = {


-- 
 ~ Kurt


  reply	other threads:[~2025-11-16 19:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-16 18:53 [PATCH v2] platform/x86: alienware-wmi-wmax: Add AWCC support to Alienware 16 Aurora Anthony Wong
2025-11-16 19:01 ` Kurt Borja [this message]
2025-11-18  8:10 ` 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=DEACNVZ5KBRP.38W42TRA1ILKU@gmail.com \
    --to=kuurtb@gmail.com \
    --cc=Dell.Client.Kernel@dell.com \
    --cc=anthony.wong@canonical.com \
    --cc=hansg@kernel.org \
    --cc=ilpo.jarvinen@linux.intel.com \
    --cc=platform-driver-x86@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