Skip to content

Commit 433f774

Browse files
kuu-rtij-intel
authored andcommitted
platform/x86: alienware-wmi-wmax: Add support for new Area-51 laptops
Add AWCC support for new Alienware Area-51 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-1-d2cb13530851@gmail.com Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
1 parent 8f0b4cc commit 433f774

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,22 @@ static struct awcc_quirks generic_quirks = {
8989
static struct awcc_quirks empty_quirks;
9090

9191
static const struct dmi_system_id awcc_dmi_table[] __initconst = {
92+
{
93+
.ident = "Alienware 16 Area-51",
94+
.matches = {
95+
DMI_MATCH(DMI_SYS_VENDOR, "Alienware"),
96+
DMI_MATCH(DMI_PRODUCT_NAME, "Alienware 16 Area-51"),
97+
},
98+
.driver_data = &g_series_quirks,
99+
},
100+
{
101+
.ident = "Alienware 18 Area-51",
102+
.matches = {
103+
DMI_MATCH(DMI_SYS_VENDOR, "Alienware"),
104+
DMI_MATCH(DMI_PRODUCT_NAME, "Alienware 18 Area-51"),
105+
},
106+
.driver_data = &g_series_quirks,
107+
},
92108
{
93109
.ident = "Alienware 16 Aurora",
94110
.matches = {

0 commit comments

Comments
 (0)