From 9fe5fca3fe761a4f11857d9766138a60f471a9e6 Mon Sep 17 00:00:00 2001 From: Zhenyu Wang Date: Wed, 4 Feb 2009 06:00:39 +0800 Subject: TV quirk for HP Compaq nx6310 --- src/i830_quirks.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/i830_quirks.c') diff --git a/src/i830_quirks.c b/src/i830_quirks.c index 4df1e6cf..8680baf9 100644 --- a/src/i830_quirks.c +++ b/src/i830_quirks.c @@ -312,6 +312,8 @@ static i830_quirk i830_quirk_list[] = { /* HP Compaq nx6110 has no TV output */ { PCI_CHIP_I915_GM, 0x103c, 0x099c, quirk_ignore_tv }, + /* HP Compaq nx6310 has no TV output */ + { PCI_CHIP_I945_GM, 0x103c, 0x30aa, 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) */ -- cgit v1.2.3