We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40ec787 commit e6abe8fCopy full SHA for e6abe8f
drivers/platform/surface/surface_gpe.c
@@ -171,6 +171,18 @@ static const struct dmi_system_id dmi_lid_device_table[] = {
171
},
172
.driver_data = (void *)lid_device_props_l4D,
173
174
+ {
175
+ .ident = "Surface Laptop 4 (Intel 13\")",
176
+ .matches = {
177
+ /*
178
+ * We match for SKU here due to different variants: The
179
+ * AMD (15") version does not rely on GPEs.
180
+ */
181
+ DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Microsoft Corporation"),
182
+ DMI_EXACT_MATCH(DMI_PRODUCT_SKU, "Surface_Laptop_4_1950:1951"),
183
+ },
184
+ .driver_data = (void *)lid_device_props_l4B,
185
186
{
187
.ident = "Surface Laptop Studio",
188
.matches = {
0 commit comments