diff options
author | Jesse Barnes <jbarnes@hobbes.virtuousgeek.org> | 2008-03-12 11:13:50 -0700 |
---|---|---|
committer | Jesse Barnes <jbarnes@hobbes.virtuousgeek.org> | 2008-03-12 11:13:50 -0700 |
commit | c82d8e51c6ff9522ad0deb33399d13f3d6fef19d (patch) | |
tree | 3e454aa8132a06c7283efe20ab06395c07f9a1bc | |
parent | a8f4108bea0966406b0fcae8d062ae1cfb4afbb3 (diff) |
Add pipe A force quirk for Thinkpad R31
Fixes #15036.
-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 3f931d65..7d0d1429 100644 --- a/src/i830_quirks.c +++ b/src/i830_quirks.c @@ -249,6 +249,8 @@ static i830_quirk i830_quirk_list[] = { /* HP Compaq 6730s has no TV output */ { PCI_CHIP_IGD_GM, 0x103c, 0x30e8, quirk_ignore_tv }, + /* Thinkpad R31 needs pipe A force quirk */ + { PCI_CHIP_I830_M, 0x1014, 0x0505, quirk_pipea_force }, /* Dell Latitude D500 needs pipe A force quirk */ { PCI_CHIP_I855_GM, 0x1028, 0x0152, quirk_pipea_force }, /* Dell Inspiron 510m needs pipe A force quirk */ |