[Openchrome-devel] drm-openchrome: drivers/gpu/drm

James Simmons jsimmons at kemper.freedesktop.org
Sat Jun 29 11:33:59 PDT 2013


 drivers/gpu/drm/via/via_lvds.c |    7 +++++++
 1 file changed, 7 insertions(+)

New commits:
commit dda9eadb2df402a187c137d62a3e0ccc85bac072
Author: James Simmons <jsimmons at infradead.org>
Date:   Sat Jun 29 14:29:19 2013 -0400

    The Amilo Pro V2030 is a TTL type LVDS.  Add the ablitiy to detect this device to handle its LVDS properly.

diff --git a/drivers/gpu/drm/via/via_lvds.c b/drivers/gpu/drm/via/via_lvds.c
index d8ed81c..ccc1507 100644
--- a/drivers/gpu/drm/via/via_lvds.c
+++ b/drivers/gpu/drm/via/via_lvds.c
@@ -628,6 +628,13 @@ static const struct dmi_system_id via_ttl_lvds[] = {
 			DMI_MATCH(DMI_SYS_VENDOR, "QCI"),
 			DMI_MATCH(DMI_PRODUCT_VERSION, "VT6413A"),
 		},
+	}, {
+		.callback = via_ttl_lvds_dmi_callback,
+		.ident = "Amilo Pro V2030",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU SIEMENS"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "AMILO PRO V2030"),
+		},
 	},
 
 	{ }


More information about the Openchrome-devel mailing list