Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b066254f authored by Pieterjan Camerlynck's avatar Pieterjan Camerlynck Committed by Keith Packard
Browse files

i915: add Dell OptiPlex FX170 to intel_no_lvds



The Dell OptiPlex FX170 claims to have LVDS, but doesn't.

Signed-off-by: default avatarPieterjan Camerlynck <pieterjan.camerlynck@gmail.com>
Signed-off-by: default avatarKeith Packard <keithp@keithp.com>
parent e0e3fb48
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -688,6 +688,14 @@ static const struct dmi_system_id intel_no_lvds[] = {
			DMI_MATCH(DMI_PRODUCT_NAME, "Studio Hybrid 140g"),
		},
	},
	{
		.callback = intel_no_lvds_dmi_callback,
		.ident = "Dell OptiPlex FX170",
		.matches = {
			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
			DMI_MATCH(DMI_PRODUCT_NAME, "OptiPlex FX170"),
		},
	},
	{
		.callback = intel_no_lvds_dmi_callback,
		.ident = "AOpen Mini PC",