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:38:27 +0800 |
commit | 83377b543defdca7226d7c1a7794e4ff3d8b4c84 (patch) | |
tree | e3bf13ba9d1476e1c8fcbbf7df240d2ef46d9851 /src | |
parent | 6c4e134a1a30785c2e5c6d57b21fde54a2dd3413 (diff) |
Pipe-A quirk for HP 2730p (bug #18852)
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 }, |