diff options
author | Jesse Barnes <jbarnes@hobbes.lan> | 2008-07-21 11:48:38 -0700 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2008-07-21 11:48:38 -0700 |
commit | ed0fbd016b8fbcf01eddfd17fd25e745e7af2ba4 (patch) | |
tree | 40225f94b325bb16d9a3a0104ba47095014ec3e8 /src/i830_quirks.c | |
parent | 62a037b0585d6ecb43daac9d4eb0927a4618a367 (diff) |
Add no LVDS quirk for Transtec Senyo 610 mini PC
Fixes FDO #16757.
Diffstat (limited to 'src/i830_quirks.c')
-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 }, |