Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

platform/x86: alienware-wmi-wmax: Add support for the whole "M" family

Add support for the whole "Alienware M" laptop family.

Cc: stable@vger.kernel.org
Signed-off-by: Kurt Borja <kuurtb@gmail.com>
Link: https://patch.msgid.link/20251103-family-supp-v1-3-a241075d1787@gmail.com
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>

authored by

Kurt Borja and committed by
Ilpo Järvinen
e8c3c875 173b2380

+6 -14
+6 -14
drivers/platform/x86/dell/alienware-wmi-wmax.c
··· 98 98 .driver_data = &generic_quirks, 99 99 }, 100 100 { 101 - .ident = "Alienware m15 R5", 101 + .ident = "Alienware m15", 102 102 .matches = { 103 103 DMI_MATCH(DMI_SYS_VENDOR, "Alienware"), 104 - DMI_MATCH(DMI_PRODUCT_NAME, "Alienware m15 R5"), 105 - }, 106 - .driver_data = &generic_quirks, 107 - }, 108 - { 109 - .ident = "Alienware m15 R7", 110 - .matches = { 111 - DMI_MATCH(DMI_SYS_VENDOR, "Alienware"), 112 - DMI_MATCH(DMI_PRODUCT_NAME, "Alienware m15 R7"), 104 + DMI_MATCH(DMI_PRODUCT_NAME, "Alienware m15"), 113 105 }, 114 106 .driver_data = &generic_quirks, 115 107 }, ··· 130 138 .driver_data = &generic_quirks, 131 139 }, 132 140 { 133 - .ident = "Alienware m17 R5", 141 + .ident = "Alienware m17", 134 142 .matches = { 135 143 DMI_MATCH(DMI_SYS_VENDOR, "Alienware"), 136 - DMI_MATCH(DMI_PRODUCT_NAME, "Alienware m17 R5 AMD"), 144 + DMI_MATCH(DMI_PRODUCT_NAME, "Alienware m17"), 137 145 }, 138 146 .driver_data = &generic_quirks, 139 147 }, 140 148 { 141 - .ident = "Alienware m18 R2", 149 + .ident = "Alienware m18", 142 150 .matches = { 143 151 DMI_MATCH(DMI_SYS_VENDOR, "Alienware"), 144 - DMI_MATCH(DMI_PRODUCT_NAME, "Alienware m18 R2"), 152 + DMI_MATCH(DMI_PRODUCT_NAME, "Alienware m18"), 145 153 }, 146 154 .driver_data = &generic_quirks, 147 155 },