diff options
author | Eric Anholt <eric@anholt.net> | 2007-08-03 10:46:39 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-08-06 14:34:57 -0700 |
commit | 322a163cfbda885adc6bb09c1f976d36617ea83b (patch) | |
tree | 9535ab2b502a34f0c5d7ba7a155ccd84084a3dcb /src/i830_quirks.c | |
parent | ffbab2ee5dc227b2a8a5ffd1717ae00e8e37f956 (diff) |
Quirk away the nonexistent TV connector on the Panasonic CF-Y4.
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 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 */ |