platform/x86: alienware-wmi-wmax: Add AWCC support to Dell G15 5530

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>
This commit is contained in:
tr1x_em 2025-09-25 09:10:03 +05:30 committed by Ilpo Järvinen
parent f4f868baf2
commit 34cbd6e07f
No known key found for this signature in database
GPG Key ID: 59AC4F6153E5CE31
1 changed files with 8 additions and 0 deletions

View File

@ -209,6 +209,14 @@ static const struct dmi_system_id awcc_dmi_table[] __initconst = {
}, },
.driver_data = &g_series_quirks, .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", .ident = "Dell Inc. G16 7630",
.matches = { .matches = {