From ed0fbd016b8fbcf01eddfd17fd25e745e7af2ba4 Mon Sep 17 00:00:00 2001 From: Jesse Barnes Date: Mon, 21 Jul 2008 11:48:38 -0700 Subject: Add no LVDS quirk for Transtec Senyo 610 mini PC Fixes FDO #16757. --- src/i830_quirks.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/i830_quirks.c') diff --git a/src/i830_quirks.c b/src/i830_quirks.c index 3becf357..164a70c3 100644 --- a/src/i830_quirks.c +++ b/src/i830_quirks.c @@ -222,6 +222,9 @@ static i830_quirk i830_quirk_list[] = { /* Apple Mac mini has no lvds, but macbook pro does */ { PCI_CHIP_I945_GM, 0x8086, 0x7270, quirk_mac_mini }, + /* Transtec Senyo 610 mini pc */ + { PCI_CHIP_I965_GM, 0x1509, 0x2f15, quirk_ignore_lvds }, + /* Clevo M720R has no tv output */ { PCI_CHIP_I965_GM, 0x1558, 0x0721, quirk_ignore_tv }, -- cgit v1.2.3