| author | Jesse Barnes <jbarnes@hobbes.virtuousgeek.org> | 2008-03-11 18:08:25 (GMT) |
|---|---|---|
| committer | Jesse Barnes <jbarnes@hobbes.virtuousgeek.org> | 2008-03-11 18:08:25 (GMT) |
| commit | ecdb5963ef6873ab82998dca6ca5186644666ec8 (patch) | |
| tree | 3f3c271fa82d1693207de82b568c2f97557251ac | |
| parent | 4ea67e9b853e9ed61557780b87bd184fc81fd731 (diff) | |
| download | xf86-video-intel-ecdb5963ef6873ab82998dca6ca5186644666ec8.zip xf86-video-intel-ecdb5963ef6873ab82998dca6ca5186644666ec8.tar.gz xf86-video-intel-ecdb5963ef6873ab82998dca6ca5186644666ec8.tar.bz2 | |
Add pipe A force enable quirk for Toshiba Portege R205-S209
Fixes #14944.
| -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 6720221..3f931d6 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 }, |
