To: Eric Anholt Cc: Zhao Yakui Cc: Stephane Graber Cc: dri-devel@lists.sourceforge.net Subject: [PATCH] drm/i915: Add no_lvds entry for the Clientron U800 Hi Eric, I am not sure, this could be a duplicate. But I had the feeling that somehow the patch might have gotten lost to some miscommunication. So I re-send it now. If you already have it on your queue, please feel free to ignore. Thanks, Stefan From b6c34c053d50ec5e0111b6833545f3b3a98824c8 Mon Sep 17 00:00:00 2001 From: Stephane Graber Date: Mon, 29 Mar 2010 17:10:42 +0200 Subject: [PATCH] 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: Stephane Graber Signed-off-by: Stefan Bader CC: stable@kernel.org --- drivers/gpu/drm/i915/intel_lvds.c | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_lvds.c b/drivers/gpu/drm/i915/intel_lvds.c index 2b3fa7a..d13e0af 100644 --- a/drivers/gpu/drm/i915/intel_lvds.c +++ b/drivers/gpu/drm/i915/intel_lvds.c @@ -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 */ }; -- 1.6.3.3