blob: a6db410ab7cf27aff099ba565ab37f06645d8171 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/src/i830_quirks.c b/src/i830_quirks.c
index 089e458..09b7c53 100644
--- a/src/i830_quirks.c
+++ b/src/i830_quirks.c
@@ -278,6 +278,8 @@ static i830_quirk i830_quirk_list[] = {
/* Samsung Q45 has no TV output */
{ PCI_CHIP_I965_GM, 0x144d, 0xc510, quirk_ignore_tv },
+ /* HP Compaq nx6110 has no TV output */
+ { 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 },
|