summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 66675453..8e4ec975 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 },
};