* [PATCH v2 0/1] alienware-wmi-wmax: Add AWCC support to Dell G15 5530 @ 2025-09-24 6:27 tr1x_em 2025-09-24 6:27 ` [PATCH v2 1/1] alienware-wmi-wmax:Add " tr1x_em 0 siblings, 1 reply; 3+ messages in thread From: tr1x_em @ 2025-09-24 6:27 UTC (permalink / raw) To: platform-driver-x86; +Cc: Dell.Client.Kernel, kuurtb, tr1x_em Hi, This patch adds support for Dell G15 5530 to the alienware-wmi-wmax driver. Tested on my own hardware (kernel version 6.x.y). Changes since previous patch: - Moved file to correct directory as requested by reviewer - Added Commit description - Diffs are now from base pdx86 - Fixed formatting Addresses feedback from https://lore.kernel.org/all/DD09CP8SI4S3.D0SYL9FM7MR2@gmail.com/ Thanks, Saumya tr1x_em (1): alienware-wmi-wmax:Add AWCC support to Dell G15 5530 drivers/platform/x86/dell/alienware-wmi-wmax.c | 8 ++++++++ 1 file changed, 8 insertions(+) -- 2.51.0 ^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH v2 1/1] alienware-wmi-wmax:Add AWCC support to Dell G15 5530 2025-09-24 6:27 [PATCH v2 0/1] alienware-wmi-wmax: Add AWCC support to Dell G15 5530 tr1x_em @ 2025-09-24 6:27 ` tr1x_em 2025-09-24 18:57 ` Kurt Borja 0 siblings, 1 reply; 3+ messages in thread From: tr1x_em @ 2025-09-24 6:27 UTC (permalink / raw) To: platform-driver-x86; +Cc: Dell.Client.Kernel, kuurtb, tr1x_em Makes alienware-wmi load on G15 5530 by default Tested by me 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 v2 1/1] alienware-wmi-wmax:Add AWCC support to Dell G15 5530 2025-09-24 6:27 ` [PATCH v2 1/1] alienware-wmi-wmax:Add " tr1x_em @ 2025-09-24 18:57 ` Kurt Borja 0 siblings, 0 replies; 3+ messages in thread From: Kurt Borja @ 2025-09-24 18:57 UTC (permalink / raw) To: tr1x_em, platform-driver-x86; +Cc: Dell.Client.Kernel, kuurtb Hi Saumya, I overlooked a couple of things. Please, add "platform/x86: " before "alienware-wmi-wmax" in the subject and leave a space after each ":". On Wed Sep 24, 2025 at 1:27 AM -05, tr1x_em wrote: > Makes alienware-wmi load on G15 5530 by default Tested by me Drop "Tested by me". > Here, just before your SoB without empty lines in between, add: Cc: stable@vger.kernel.org So it can be included in stable releases. > 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 Also, please Cc this to subsystem maintainers too: - Hans de Goede <hansg@kernel.org> - Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> -- ~ Kurt ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-09-24 18:57 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2025-09-24 6:27 [PATCH v2 0/1] alienware-wmi-wmax: Add AWCC support to Dell G15 5530 tr1x_em 2025-09-24 6:27 ` [PATCH v2 1/1] alienware-wmi-wmax:Add " tr1x_em 2025-09-24 18:57 ` Kurt Borja
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).