summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@hobbes.virtuousgeek.org>2008-02-21 08:43:34 -0800
committerJesse Barnes <jbarnes@hobbes.virtuousgeek.org>2008-02-21 08:45:19 -0800
commit4ef51aba115820fe79048fa45221138f1e5054d2 (patch)
tree4ff4d0d145f61d6d07178e0970e84edc5035563d
parent122e9a266b04b9f88a4294aadfa6fb5f9a6faff5 (diff)
downloadxorg-driver-xf86-video-intel-4ef51aba115820fe79048fa45221138f1e5054d2.tar.gz
Add pipe A force enable quirk for ThinkPad X40
ThinkPad X40s need this quirk or they'll crash frequently. Fixes #14521.
-rw-r--r--src/i830_quirks.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/i830_quirks.c b/src/i830_quirks.c
index 853a33e7..5e638310 100644
--- a/src/i830_quirks.c
+++ b/src/i830_quirks.c
@@ -100,6 +100,9 @@ static i830_quirk i830_quirk_list[] = {
/* Dell Inspiron 510m needs pipe A force quirk */
{ PCI_CHIP_I855_GM, 0x1028, 0x0164, quirk_pipea_force },
+ /* ThinkPad X40 needs pipe A force quirk */
+ { PCI_CHIP_I855_GM, 0x1014, 0x0557, quirk_pipea_force },
+
{ 0, 0, 0, NULL },
};