From 83377b543defdca7226d7c1a7794e4ff3d8b4c84 Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Thu, 11 Dec 2008 09:38:27 +0800 Subject: Pipe-A quirk for HP 2730p (bug #18852) --- src/i830_quirks.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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 }, -- cgit v1.2.3