summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Harrington <bryce@bryceharrington.org>2009-05-27 05:18:53 -0700
committerJesse Barnes <jbarnes@virtuousgeek.org>2009-06-16 15:25:53 -0700
commit6c56521bdc0443c0656271caaa795feb13bc1d6b (patch)
tree7fd4a627ed8dca37b3a607527dfbea2e7db2a10a
parent246cec965958e94babf5377e6f221522b05fb458 (diff)
pipe-a quirk for thinkpad x30
Fixes freeze when closing lid on ThinkPad X30. Fixes FDO bug # 21976. Signed-off-by: Bryce Harrington <bryce@bryceharrington.org>
-rw-r--r--src/i830_quirks.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i830_quirks.c b/src/i830_quirks.c
index 81ea3c25..6314b29f 100644
--- a/src/i830_quirks.c
+++ b/src/i830_quirks.c
@@ -356,6 +356,8 @@ static i830_quirk i830_quirk_list[] = {
{ PCI_CHIP_I855_GM, 0x161f, 0x2030, quirk_pfit_safe },
+ /* ThinkPad X30 needs pipe A force quirk (LP: #304614) */
+ { PCI_CHIP_I830_M, 0x1014, 0x0513, quirk_pipea_force },
/* ThinkPad X40 needs pipe A force quirk */
{ PCI_CHIP_I855_GM, 0x1014, 0x0557, quirk_pipea_force },