diff options
author | Jesse Barnes <jbarnes@hobbes.virtuousgeek.org> | 2008-03-11 11:08:25 -0700 |
---|---|---|
committer | Jesse Barnes <jbarnes@hobbes.virtuousgeek.org> | 2008-03-11 11:08:25 -0700 |
commit | ecdb5963ef6873ab82998dca6ca5186644666ec8 (patch) | |
tree | 3f3c271fa82d1693207de82b568c2f97557251ac /src | |
parent | 4ea67e9b853e9ed61557780b87bd184fc81fd731 (diff) |
Add pipe A force enable quirk for Toshiba Portege R205-S209
Fixes #14944.
Diffstat (limited to 'src')
-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 67202214..3f931d65 100644 --- a/src/i830_quirks.c +++ b/src/i830_quirks.c @@ -253,6 +253,8 @@ static i830_quirk i830_quirk_list[] = { { PCI_CHIP_I855_GM, 0x1028, 0x0152, quirk_pipea_force }, /* Dell Inspiron 510m needs pipe A force quirk */ { PCI_CHIP_I855_GM, 0x1028, 0x0164, quirk_pipea_force }, + /* Toshiba Protege R-205, S-209 needs pipe A force quirk */ + { PCI_CHIP_I915_GM, 0x1179, 0x0001, quirk_pipea_force }, /* ThinkPad X40 needs pipe A force quirk */ { PCI_CHIP_I855_GM, 0x1014, 0x0557, quirk_pipea_force }, |