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 for Alienware x16

Add AWCC support for Alienware x16 laptops.

Cc: stable@vger.kernel.org
Signed-off-by: Kurt Borja <kuurtb@gmail.com>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://patch.msgid.link/20251205-area-51-v1-2-d2cb13530851@gmail.com
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>

authored by

Kurt Borja and committed by
Ilpo Järvinen
a584644a 433f7744

+8
+8
drivers/platform/x86/dell/alienware-wmi-wmax.c
··· 178 178 .driver_data = &generic_quirks, 179 179 }, 180 180 { 181 + .ident = "Alienware x16", 182 + .matches = { 183 + DMI_MATCH(DMI_SYS_VENDOR, "Alienware"), 184 + DMI_MATCH(DMI_PRODUCT_NAME, "Alienware x16"), 185 + }, 186 + .driver_data = &g_series_quirks, 187 + }, 188 + { 181 189 .ident = "Alienware x17", 182 190 .matches = { 183 191 DMI_MATCH(DMI_SYS_VENDOR, "Alienware"),