From f250bab5841cd9fc990f3cb8e659c7fbd45d96e2 Mon Sep 17 00:00:00 2001 From: Zhenyu Wang Date: Thu, 27 Nov 2008 11:48:49 +0800 Subject: [PATCH] Bug #18124: Maxdata Favorite 100xs LVDS quirk --- src/i830_quirks.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/i830_quirks.c b/src/i830_quirks.c index d27e6b3..fb105f0 100644 --- a/src/i830_quirks.c +++ b/src/i830_quirks.c @@ -339,6 +339,9 @@ static i830_quirk i830_quirk_list[] = { /* Asus Eee Box has no LVDS */ { PCI_CHIP_I945_GME, 0x1043, 0x1252, quirk_ignore_lvds }, + /* #18124: Maxdata Favorite 100xs */ + { PCI_CHIP_I945_GM, 0x0925, 0x4530, quirk_ignore_lvds }, + { 0, 0, 0, NULL }, }; -- 1.5.6.5