diff options
author | Bryce Harrington <bryce@canonical.com> | 2008-12-11 09:38:27 +0800 |
---|---|---|
committer | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2008-12-11 09:47:29 +0800 |
commit | 005127b5825993d2fe3c36e3a01a37ea6904739e (patch) | |
tree | 8351a5e2bd412d200b5c27097b5f3056b3ce6eb8 /src | |
parent | d5ed8674127c5612df35510ce560dd2938558601 (diff) |
Pipe-A quirk for HP 2730p (bug #18852)
(cherry picked from commit 83377b543defdca7226d7c1a7794e4ff3d8b4c84)
Diffstat (limited to 'src')
-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 9c00e621..68e39eee 100644 --- a/src/i830_quirks.c +++ b/src/i830_quirks.c @@ -287,6 +287,8 @@ static i830_quirk i830_quirk_list[] = { { PCI_CHIP_I915_GM, 0x103c, 0x099c, quirk_ignore_tv }, /* HP Compaq 6730s has no TV output */ { PCI_CHIP_GM45_GM, 0x103c, 0x30e8, quirk_ignore_tv }, + /* HP Compaq 2730p needs pipe A force quirk (LP: #291555) */ + { PCI_CHIP_GM45_GM, 0x103c, 0x30eb, quirk_pipea_force }, /* Thinkpad R31 needs pipe A force quirk */ { PCI_CHIP_I830_M, 0x1014, 0x0505, quirk_pipea_force }, |