diff options
author | Jesse Barnes <jbarnes@jbarnes-t61.(none)> | 2008-06-27 13:39:31 -0700 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2008-06-27 13:39:31 -0700 |
commit | 0283d22f510ba47dfdac2806a58e46649c26580b (patch) | |
tree | 30b040d2a481cb8fab915e4248339d0338692a95 /src/i830_quirks.c | |
parent | 08903abe4dc0295c7ed7d1ff1a22e0e579540c15 (diff) |
Add pipea force enable quirk for HP Pavilion ze4944ea
Fixes bug #16540, thanks Bryce.
Diffstat (limited to 'src/i830_quirks.c')
-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 1beda4b1..f7659f0e 100644 --- a/src/i830_quirks.c +++ b/src/i830_quirks.c @@ -267,6 +267,8 @@ static i830_quirk i830_quirk_list[] = { /* HP Compaq 6730s has no TV output */ { PCI_CHIP_IGD_GM, 0x103c, 0x30e8, quirk_ignore_tv }, + /* HP Pavilion ze4944ea needs pipe A force quirk (See LP: #242389) */ + { PCI_CHIP_IGD_GM, 0x103c, 0x3084, quirk_pipea_force }, /* Thinkpad R31 needs pipe A force quirk */ { PCI_CHIP_I830_M, 0x1014, 0x0505, quirk_pipea_force }, |