[Intel-gfx] [Patch] drm/i915: quirk LVDS on Asus EeeTop ET1602
Li Peng
peng.li at linux.intel.com
Wed Jun 3 07:43:56 CEST 2009
>From bb76922f2099f1ab188c3aeb9bf12a53e038805c Mon Sep 17 00:00:00 2001
From: Li Peng <peng.li at intel.com>
Date: Wed, 3 Jun 2009 01:47:08 -0400
Subject: quirk LVDS on Asus EeeTop ET1602
Signed-off-by: Li Peng <peng.li at intel.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 53731f0..5473712 100644
--- a/drivers/gpu/drm/i915/intel_lvds.c
+++ b/drivers/gpu/drm/i915/intel_lvds.c
@@ -424,6 +424,14 @@ static const struct dmi_system_id __initdata intel_no_lvds[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Studio Hybrid 140g"),
},
},
+ {
+ .callback = intel_no_lvds_dmi_callback,
+ .ident = "Asus EeeTop ET1602",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "ASUSTek Computer INC."),
+ DMI_MATCH(DMI_PRODUCT_NAME, "ET1602"),
+ },
+ },
/* FIXME: add a check for the Aopen Mini PC */
--
1.6.1.3
More information about the Intel-gfx
mailing list