diff options
author | Jesse Barnes <jbarnes@hobbes.lan> | 2008-07-21 11:48:38 -0700 |
---|---|---|
committer | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2008-07-22 09:27:38 +0800 |
commit | 13959ee3984d5f34c976287c8f5406393ceacc30 (patch) | |
tree | 769f411ddcfe6384a00c8341c2d0f641fc5d33de | |
parent | fe4e1376dbb143665d7d98b04cd9ee2309911b54 (diff) |
Add no LVDS quirk for Transtec Senyo 610 mini PC
Fixes FDO #16757.
(cherry picked from commit ed0fbd016b8fbcf01eddfd17fd25e745e7af2ba4)
-rw-r--r-- | 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 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 }, |