All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joel Sass <jsass@disklessworkstations.com>
To: keithp@keithp.com
Cc: dri-devel@lists.freedesktop.org,
	Joel Sass <jsass@disklessworkstations.com>
Subject: [PATCH] drm/i915: Add Clientron E830 to the ignore LVDS list
Date: Tue, 10 Jan 2012 13:03:55 -0500	[thread overview]
Message-ID: <1326218635-6993-1-git-send-email-jsass@disklessworkstations.com> (raw)
In-Reply-To: <1325695459.1977.16.camel@atropine>

From: Joel Sass <sass.joel@gmail.com>

Signed-off-by: Joel Sass <jsass@disklessworkstations.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
---
 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 77578b4..e44988e 100644
--- a/drivers/gpu/drm/i915/intel_lvds.c
+++ b/drivers/gpu/drm/i915/intel_lvds.c
@@ -708,6 +708,14 @@ static const struct dmi_system_id intel_no_lvds[] = {
 		},
 	},
 	{
+                .callback = intel_no_lvds_dmi_callback,
+                .ident = "Clientron E830",
+                .matches = {
+                        DMI_MATCH(DMI_SYS_VENDOR, "Clientron"),
+                        DMI_MATCH(DMI_PRODUCT_NAME, "E830"),
+                },
+        },
+        {
 		.callback = intel_no_lvds_dmi_callback,
 		.ident = "Asus EeeBox PC EB1007",
 		.matches = {
-- 
1.7.0.4

      reply	other threads:[~2012-01-10 18:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-27 17:06 [PATCH] Disable LVDS output on Clientron E830 Thin Client Joel Sass
2012-01-04 16:44 ` Adam Jackson
2012-01-10 18:03   ` Joel Sass [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1326218635-6993-1-git-send-email-jsass@disklessworkstations.com \
    --to=jsass@disklessworkstations.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=keithp@keithp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.