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>
This commit is contained in:
Kurt Borja 2025-12-05 13:50:11 -05:00 committed by Ilpo Järvinen
parent 433f7744cb
commit a584644a49
No known key found for this signature in database
GPG Key ID: 59AC4F6153E5CE31

View File

@ -177,6 +177,14 @@ static const struct dmi_system_id awcc_dmi_table[] __initconst = {
},
.driver_data = &generic_quirks,
},
{
.ident = "Alienware x16",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Alienware"),
DMI_MATCH(DMI_PRODUCT_NAME, "Alienware x16"),
},
.driver_data = &g_series_quirks,
},
{
.ident = "Alienware x17",
.matches = {