diff options
author | Stefan Dirsch <sndirsch@suse.de> | 2008-07-03 23:12:13 +0200 |
---|---|---|
committer | Stefan Dirsch <sndirsch@suse.de> | 2008-07-03 23:12:13 +0200 |
commit | f2ec3fd8f2c63b1bc0745802dcf737eda4bb42b6 (patch) | |
tree | 5b65885e68dfa6e1ad4539ddf8ded4e1ba014876 /src/i830_quirks.c | |
parent | a34a4e3f6420e2b06bbdaa124fe0ccb1bc6a0bd9 (diff) |
Add pipea force enable quirk for another 855GM machine.
Fixes Novell Bug #406123, thanks Christoph.
Diffstat (limited to 'src/i830_quirks.c')
-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 }, |