diff options
author | Stefan Dirsch <sndirsch@suse.de> | 2008-07-03 23:12:13 +0200 |
---|---|---|
committer | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2008-07-21 11:03:41 +0800 |
commit | 92ec2fc750ce17b1ec36493e8d731ef4b0bb772d (patch) | |
tree | 0c62c570e99a7c591c54de63f9432187ea81c77e | |
parent | 483cba52ef62565fff3b21eb8ca2b00ab3075fa6 (diff) |
Add pipea force enable quirk for another 855GM machine.
Fixes Novell Bug #406123, thanks Christoph.
(cherry picked from commit f2ec3fd8f2c63b1bc0745802dcf737eda4bb42b6)
-rw-r--r-- | src/i830_quirks.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i830_quirks.c b/src/i830_quirks.c index e81b27cc..5eb01be5 100644 --- a/src/i830_quirks.c +++ b/src/i830_quirks.c @@ -286,6 +286,8 @@ static i830_quirk i830_quirk_list[] = { { PCI_CHIP_I915_GM, 0x1179, 0x0001, quirk_pipea_force }, /* Intel 855GM hardware (See LP: #216490) */ { PCI_CHIP_I855_GM, 0x1028, 0x00c8, quirk_pipea_force }, + /* Intel 855GM hardware (See Novell Bugzilla #406123) */ + { PCI_CHIP_I855_GM, 0x10cf, 0x1215, quirk_pipea_force }, /* ThinkPad X40 needs pipe A force quirk */ { PCI_CHIP_I855_GM, 0x1014, 0x0557, quirk_pipea_force }, |