Skip to content

Commit 21ebfff

Browse files
kuu-rtij-intel
authored andcommitted
platform/x86: alienware-wmi-wmax: Add support for the whole "X" family
Add support for the whole "Alienware X" laptop family. Cc: stable@vger.kernel.org Signed-off-by: Kurt Borja <kuurtb@gmail.com> Link: https://patch.msgid.link/20251103-family-supp-v1-4-a241075d1787@gmail.com Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
1 parent e8c3c87 commit 21ebfff

1 file changed

Lines changed: 4 additions & 12 deletions

File tree

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

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -146,26 +146,18 @@ static const struct dmi_system_id awcc_dmi_table[] __initconst = {
146146
.driver_data = &generic_quirks,
147147
},
148148
{
149-
.ident = "Alienware x15 R1",
149+
.ident = "Alienware x15",
150150
.matches = {
151151
DMI_MATCH(DMI_SYS_VENDOR, "Alienware"),
152-
DMI_MATCH(DMI_PRODUCT_NAME, "Alienware x15 R1"),
152+
DMI_MATCH(DMI_PRODUCT_NAME, "Alienware x15"),
153153
},
154154
.driver_data = &generic_quirks,
155155
},
156156
{
157-
.ident = "Alienware x15 R2",
157+
.ident = "Alienware x17",
158158
.matches = {
159159
DMI_MATCH(DMI_SYS_VENDOR, "Alienware"),
160-
DMI_MATCH(DMI_PRODUCT_NAME, "Alienware x15 R2"),
161-
},
162-
.driver_data = &generic_quirks,
163-
},
164-
{
165-
.ident = "Alienware x17 R2",
166-
.matches = {
167-
DMI_MATCH(DMI_SYS_VENDOR, "Alienware"),
168-
DMI_MATCH(DMI_PRODUCT_NAME, "Alienware x17 R2"),
160+
DMI_MATCH(DMI_PRODUCT_NAME, "Alienware x17"),
169161
},
170162
.driver_data = &generic_quirks,
171163
},

0 commit comments

Comments
 (0)