Skip to content

Commit a584644

Browse files
kuu-rtij-intel
authored andcommitted
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>
1 parent 433f774 commit a584644

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
@@ -177,6 +177,14 @@ static const struct dmi_system_id awcc_dmi_table[] __initconst = {
177177
},
178178
.driver_data = &generic_quirks,
179179
},
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+
},
180188
{
181189
.ident = "Alienware x17",
182190
.matches = {

0 commit comments

Comments
 (0)