drm/i915: Add no_lvds entry for the Clientron U800

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Saturday, April 17, 2010 - 6:59 pm

Gitweb:     http://git.kernel.org/linus/9875557ee8247c3f7390d378c027b45c7535a224
Commit:     9875557ee8247c3f7390d378c027b45c7535a224
Parent:     c751ce4f52b11ea93764a7cd44e6ae9c098d361b
Author:     Stefan Bader <stefan.bader@canonical.com>
AuthorDate: Mon Mar 29 17:53:12 2010 +0200
Committer:  Eric Anholt <eric@anholt.net>
CommitDate: Fri Apr 2 18:46:45 2010 -1000

    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 <stgraber@ubuntu.com>
    Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
    CC: stable@kernel.org
    Signed-off-by: Eric Anholt <eric@anholt.net>
---
 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 9d99ddc..8238b40 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 */
 };
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
drm/i915: Add no_lvds entry for the Clientron U800, Linux Kernel Mailing ..., (Sat Apr 17, 6:59 pm)