Skip to content

Commit 34cbd6e

Browse files
tr1xemij-intel
authored andcommitted
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>
1 parent f4f868b commit 34cbd6e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

drivers/platform/x86/dell/alienware-wmi-wmax.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,14 @@ static const struct dmi_system_id awcc_dmi_table[] __initconst = {
209209
},
210210
.driver_data = &g_series_quirks,
211211
},
212+
{
213+
.ident = "Dell Inc. G15 5530",
214+
.matches = {
215+
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
216+
DMI_MATCH(DMI_PRODUCT_NAME, "Dell G15 5530"),
217+
},
218+
.driver_data = &g_series_quirks,
219+
},
212220
{
213221
.ident = "Dell Inc. G16 7630",
214222
.matches = {

0 commit comments

Comments
 (0)