diff options
author | Jesse Barnes <jbarnes@virtuousgeek.org> | 2008-09-22 18:38:03 -0700 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2008-09-22 18:38:03 -0700 |
commit | 204a6281aa59e29027793ba5c84a5d9af7dc9e90 (patch) | |
tree | 0145a205d1ba6ad22f82f799b6fd28ff108e691a | |
parent | 6a46022df57d09109fc119fedce99c156715a4d4 (diff) |
Revert "Add no TV out quirk for HP Compaq nx6110"
This reverts commit 6a46022df57d09109fc119fedce99c156715a4d4. It should have
been attributed to Bryce.
-rw-r--r-- | src/i830_quirks.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/i830_quirks.c b/src/i830_quirks.c index 528b5646..a3b23863 100644 --- a/src/i830_quirks.c +++ b/src/i830_quirks.c @@ -281,8 +281,6 @@ 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 }, |