From 41dacf97ec1d4ba6f54057f4fcc7bb76033a454e Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Wed, 3 Oct 2007 00:17:41 -0700 Subject: [PATCH] Quirk for Samsung Q35 which has no TV output. --- src/i830_quirks.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/i830_quirks.c b/src/i830_quirks.c index 8e4ec975..9ae250cd 100644 --- a/src/i830_quirks.c +++ b/src/i830_quirks.c @@ -79,6 +79,8 @@ static i830_quirk i830_quirk_list[] = { /* Panasonic Toughbook CF-Y7 has no TV output */ { PCI_CHIP_I965_GM, 0x10f7, 0x8338, quirk_ignore_tv }, + /* Samsung Q35 has no TV output */ + { PCI_CHIP_I945_GM, 0x144d, 0xc504, quirk_ignore_tv }, { 0, 0, 0, NULL }, };