From ea7c7d088e0a3c3b7ab2bdd0475aa13379764bf4 Mon Sep 17 00:00:00 2001 From: Peng Li Date: Wed, 27 Feb 2008 11:56:55 +0800 Subject: [PATCH] HP Compaq 6730s has no TV output --- src/i830_quirks.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/i830_quirks.c b/src/i830_quirks.c index e957845e..2486e416 100644 --- a/src/i830_quirks.c +++ b/src/i830_quirks.c @@ -243,6 +243,9 @@ static i830_quirk i830_quirk_list[] = { /* Samsung Q45 has no TV output */ { PCI_CHIP_I965_GM, 0x144d, 0xc510, quirk_ignore_tv }, + /* HP Compaq 6730s has no TV output */ + { PCI_CHIP_IGD_GM, 0x103c, 0x30e8, quirk_ignore_tv }, + /* Dell Inspiron 510m needs pipe A force quirk */ { PCI_CHIP_I855_GM, 0x1028, 0x0164, quirk_pipea_force },