]> www.infradead.org Git - users/hch/misc.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)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Wed, 15 Oct 2025 08:22:35 +0000 (11:22 +0300)
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>
drivers/platform/x86/dell/alienware-wmi-wmax.c

index b106e8e407b3a3b769499d12f1c048f18c491430..f417dcc9af355d3150d4280d86bead9199b7d6d2 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 = {