Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

tr1x_em and committed by
Ilpo Järvinen
34cbd6e0 f4f868ba

+8
+8
drivers/platform/x86/dell/alienware-wmi-wmax.c
··· 210 210 .driver_data = &g_series_quirks, 211 211 }, 212 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 + }, 220 + { 213 221 .ident = "Dell Inc. G16 7630", 214 222 .matches = { 215 223 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),