diff options
author | Jesse Barnes <jbarnes@jbarnes-t61.(none)> | 2008-06-27 13:37:10 -0700 |
---|---|---|
committer | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2008-07-21 10:59:20 +0800 |
commit | 9869cd11549cd608593fea111880502192e93fd5 (patch) | |
tree | 1ca5f152cd5cfdb145b83eb2cd7ab1cca80a0cb6 | |
parent | 45c1da56891723dd85153853885dd3b52a23c117 (diff) |
Add pipe a force enable quirk for Lenovo T60
Fixes bug #16494.
(cherry picked from commit 08903abe4dc0295c7ed7d1ff1a22e0e579540c15)
-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 1bd8885c..1beda4b1 100644 --- a/src/i830_quirks.c +++ b/src/i830_quirks.c @@ -288,6 +288,9 @@ static i830_quirk i830_quirk_list[] = { /* ThinkPad X40 needs pipe A force quirk */ { PCI_CHIP_I855_GM, 0x1014, 0x0557, quirk_pipea_force }, + /* ThinkPad T60 needs pipe A force quirk (bug #16494) */ + { PCI_CHIP_I945_GM, 0x17aa, 0x201a, quirk_pipea_force }, + /* Sony vaio PCG-r600HFP (fix bug 13722) */ { PCI_CHIP_I830_M, 0x104d, 0x8100, quirk_ivch_dvob }, /* Sony vaio VGN-SZ4MN (See LP: #212163) */ |