From 02c0ffb1d8112a6fb03f9c8eae9ec1a1fca123ef Mon Sep 17 00:00:00 2001 From: Jesse Barnes Date: Mon, 10 Mar 2008 11:51:37 -0700 Subject: [PATCH] Add pipe A force enable quirk for Dell Latitude D500 Fixes #14888. --- src/i830_quirks.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/i830_quirks.c b/src/i830_quirks.c index c7d32cd4..67202214 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 }, + /* 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 */ { PCI_CHIP_I855_GM, 0x1028, 0x0164, quirk_pipea_force },