Skip to content

Commit 7f3c249

Browse files
kuu-rtij-intel
authored andcommitted
platform/x86: alienware-wmi-wmax: Add support for Alienware 16X Aurora
Add AWCC support for Alienware 16X Aurora 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-3-d2cb13530851@gmail.com Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
1 parent a584644 commit 7f3c249

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
@@ -97,6 +97,14 @@ static const struct dmi_system_id awcc_dmi_table[] __initconst = {
9797
},
9898
.driver_data = &g_series_quirks,
9999
},
100+
{
101+
.ident = "Alienware 16X Aurora",
102+
.matches = {
103+
DMI_MATCH(DMI_SYS_VENDOR, "Alienware"),
104+
DMI_MATCH(DMI_PRODUCT_NAME, "Alienware 16X Aurora"),
105+
},
106+
.driver_data = &g_series_quirks,
107+
},
100108
{
101109
.ident = "Alienware 18 Area-51",
102110
.matches = {

0 commit comments

Comments
 (0)