stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3] platform/x86: alienware-wmi-wmax: Add AWCC support to Dell G15 5530
@ 2025-09-25  3:40 tr1x_em
  2025-09-29 23:34 ` Kurt Borja
  2025-10-15  8:31 ` Ilpo Järvinen
  0 siblings, 2 replies; 3+ messages in thread
From: tr1x_em @ 2025-09-25  3:40 UTC (permalink / raw)
  To: platform-driver-x86
  Cc: Dell.Client.Kernel, kuurtb, hansg, ilpo.jarvinen, tr1x_em, stable

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


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

* Re: [PATCH v3] platform/x86: alienware-wmi-wmax: Add AWCC support to Dell G15 5530
  2025-09-25  3:40 [PATCH v3] platform/x86: alienware-wmi-wmax: Add AWCC support to Dell G15 5530 tr1x_em
@ 2025-09-29 23:34 ` Kurt Borja
  2025-10-15  8:31 ` Ilpo Järvinen
  1 sibling, 0 replies; 3+ messages in thread
From: Kurt Borja @ 2025-09-29 23:34 UTC (permalink / raw)
  To: tr1x_em, platform-driver-x86
  Cc: Dell.Client.Kernel, kuurtb, hansg, ilpo.jarvinen, stable

On Wed Sep 24, 2025 at 10:40 PM -05, tr1x_em wrote:
> Makes alienware-wmi load on G15 5530 by default
>
> Cc: stable@vger.kernel.org
> Signed-off-by: Saumya <admin@trix.is-a.dev>

Reviewed-by: Kurt Borja <kuurtb@gmail.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 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


-- 
 ~ Kurt


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

* Re: [PATCH v3] platform/x86: alienware-wmi-wmax: Add AWCC support to Dell G15 5530
  2025-09-25  3:40 [PATCH v3] platform/x86: alienware-wmi-wmax: Add AWCC support to Dell G15 5530 tr1x_em
  2025-09-29 23:34 ` Kurt Borja
@ 2025-10-15  8:31 ` Ilpo Järvinen
  1 sibling, 0 replies; 3+ messages in thread
From: Ilpo Järvinen @ 2025-10-15  8:31 UTC (permalink / raw)
  To: platform-driver-x86, tr1x_em; +Cc: Dell.Client.Kernel, kuurtb, hansg, stable

On Thu, 25 Sep 2025 09:10:03 +0530, tr1x_em wrote:

> Makes alienware-wmi load on G15 5530 by default
> 
> 


Thank you for your contribution, it has been applied to my local
review-ilpo-fixes branch. Note it will show up in the public
platform-drivers-x86/review-ilpo-fixes branch only once I've pushed my
local branch there, which might take a while.

The list of commits applied:
[1/1] platform/x86: alienware-wmi-wmax: Add AWCC support to Dell G15 5530
      commit: 34cbd6e07fddf36e186c8bf26a456fb7f50af44e

--
 i.


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

end of thread, other threads:[~2025-10-15  8:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-25  3:40 [PATCH v3] platform/x86: alienware-wmi-wmax: Add AWCC support to Dell G15 5530 tr1x_em
2025-09-29 23:34 ` Kurt Borja
2025-10-15  8:31 ` Ilpo Järvinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).