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
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
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.
linux-stable-mirror@lists.linaro.org