]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
platform/x86: alienware-wmi-wmax: Add AWCC support to Dell G15 5530
authortr1x_em <admin@trix.is-a.dev>
Thu, 25 Sep 2025 03:40:03 +0000 (09:10 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Oct 2025 13:10:22 +0000 (14:10 +0100)
commit 34cbd6e07fddf36e186c8bf26a456fb7f50af44e upstream.

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>
Link: https://patch.msgid.link/20250925034010.31414-1-admin@trix.is-a.dev
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/platform/x86/dell/alienware-wmi-wmax.c

index 31f9643a6a3b5c2eb74b089dc071964bd6df8b43..3b25a8283bbdd249e4be4d5a2c884d75069ed8f6 100644 (file)
@@ -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 = {