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

Commit 9875557e authored by Stefan Bader's avatar Stefan Bader Committed by Eric Anholt
Browse files

drm/i915: Add no_lvds entry for the Clientron U800

BugLink: http://bugs.launchpad.net/ubuntu/bugs/544671



This system claims to have a LVDS but has not.

Signed-off-by: default avatarStephane Graber <stgraber@ubuntu.com>
Signed-off-by: default avatarStefan Bader <stefan.bader@canonical.com>
CC: stable@kernel.org
Signed-off-by: default avatarEric Anholt <eric@anholt.net>
parent c751ce4f
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -857,6 +857,14 @@ static const struct dmi_system_id intel_no_lvds[] = {
			DMI_MATCH(DMI_PRODUCT_VERSION, "AO00001JW"),
		},
	},
	{
		.callback = intel_no_lvds_dmi_callback,
		.ident = "Clientron U800",
		.matches = {
			DMI_MATCH(DMI_SYS_VENDOR, "Clientron"),
			DMI_MATCH(DMI_PRODUCT_NAME, "U800"),
		},
	},

	{ }	/* terminating entry */
};