summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2007-08-03 10:46:39 -0700
committerKyle McMartin <kyle@freedesktop.org>2007-08-08 14:25:41 -0400
commitc989cb4897e2e2d395c52df4822290a767cdc866 (patch)
tree7c59c08b95788a8d5bdf9691db24f16429f7f87d
parent010eda526fd42f1d42d2f82d0ba77e852f9a5349 (diff)
Quirk away the nonexistent TV connector on the Panasonic CF-Y4.
(cherry picked from commit 322a163cfbda885adc6bb09c1f976d36617ea83b)
-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 e209feae..b75baefd 100644
--- a/src/i830_quirks.c
+++ b/src/i830_quirks.c
@@ -57,6 +57,8 @@ static void quirk_mac_mini (I830Ptr pI830)
static i830_quirk i830_quirk_list[] = {
/* Lenovo T61 has no TV output */
{ PCI_CHIP_I965_GM, 0x17aa, 0x20b5, quirk_ignore_tv },
+ /* Panasonic Toughbook CF-Y4 has no TV output */
+ { PCI_CHIP_I915_GM, 0x10f7, 0x8338, quirk_ignore_tv },
/* Lenovo 3000 v200 */
{ PCI_CHIP_I965_GM, 0x17aa, 0x3c18, quirk_ignore_tv },
/* Aopen mini pc */