diff options
author | Jesse Barnes <jbarnes@virtuousgeek.org> | 2008-09-22 13:11:55 -0700 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2008-09-22 13:11:55 -0700 |
commit | 10909d9b665864bda2b1654de009d556cd068726 (patch) | |
tree | 0145a205d1ba6ad22f82f799b6fd28ff108e691a | |
parent | 2f93cfbc7e96acc32efb5e1ca49b817a81cba6e3 (diff) |
Add Cappuccino SlimPRO SP625F to no LVDS quirks list
Looks like this platform might contain VBTs that indicate an LFP is present
even though it isn't. Intended to fix bz #11368.
-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 089e458f..a3b23863 100644 --- a/src/i830_quirks.c +++ b/src/i830_quirks.c @@ -229,6 +229,9 @@ static i830_quirk i830_quirk_list[] = { { PCI_CHIP_I965_GM, 0xa0a0, SUBSYS_ANY, quirk_ignore_lvds }, { PCI_CHIP_I965_GM, 0x8086, 0x1999, quirk_ignore_lvds }, + /* Cappuccino SlimPRO SP625F, bz #11368 */ + { PCI_CHIP_I855_GM, 0x8086, 0x3582, quirk_ignore_lvds }, + /* Apple Mac mini has no lvds, but macbook pro does */ { PCI_CHIP_I945_GM, 0x8086, 0x7270, quirk_mac_mini }, |