diff options
author | Jesse Barnes <jbarnes@virtuousgeek.org> | 2008-09-22 13:26:58 -0700 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2008-09-22 13:26:58 -0700 |
commit | 6a46022df57d09109fc119fedce99c156715a4d4 (patch) | |
tree | c990658ac65d69ad18c995f302b8e844bcfa256f /src/i830_quirks.c | |
parent | 10909d9b665864bda2b1654de009d556cd068726 (diff) |
Add no TV out quirk for HP Compaq nx6110
Hopefully we can fix the VBT parsing code so we don't need this, but for the
time being it seems necessary. Fixes bz #17683.
Diffstat (limited to 'src/i830_quirks.c')
-rw-r--r-- | src/i830_quirks.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i830_quirks.c b/src/i830_quirks.c index a3b23863..528b5646 100644 --- a/src/i830_quirks.c +++ b/src/i830_quirks.c @@ -281,6 +281,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 }, |