summaryrefslogtreecommitdiff
authorRegis Prevot <regis@myrix.net>2007-09-29 14:21:08 (GMT)
committer Kyle McMartin <kyle@freedesktop.org>2007-09-29 14:28:44 (GMT)
commit0e5574e842eeaac75271ccd50027d3e54c57722d (patch)
tree694b78156072979e850b46b9679079ca46d9afb1
parent1845e7c6e9caf7a9ad7f46a8fbfa321ddec69a1e (diff)
downloadxf86-video-intel-0e5574e842eeaac75271ccd50027d3e54c57722d.zip
xf86-video-intel-0e5574e842eeaac75271ccd50027d3e54c57722d.tar.gz
xf86-video-intel-0e5574e842eeaac75271ccd50027d3e54c57722d.tar.bz2
Ignore detection of TV output on Panasonic CF-Y7
-rw-r--r--src/i830_quirks.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i830_quirks.c b/src/i830_quirks.c
index 6667545..8e4ec97 100644
--- a/src/i830_quirks.c
+++ b/src/i830_quirks.c
@@ -76,6 +76,8 @@ static i830_quirk i830_quirk_list[] = {
/* Panasonic Toughbook CF-Y4 has no TV output */
{ PCI_CHIP_I915_GM, 0x10f7, 0x8338, quirk_ignore_tv },
+ /* Panasonic Toughbook CF-Y7 has no TV output */
+ { PCI_CHIP_I965_GM, 0x10f7, 0x8338, quirk_ignore_tv },
{ 0, 0, 0, NULL },
};