summaryrefslogtreecommitdiff
path: root/src/i830_quirks.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@koto.keithp.com>2007-10-03 00:17:41 -0700
committerKeith Packard <keithp@koto.keithp.com>2007-10-08 13:09:15 -0700
commit41dacf97ec1d4ba6f54057f4fcc7bb76033a454e (patch)
tree71bf04e1bfd0cb95011d32e652e89822b73cd31e /src/i830_quirks.c
parent9e770bf69edaa8944048049e11266dbe1ef145e5 (diff)
Quirk for Samsung Q35 which has no TV output.
Diffstat (limited to 'src/i830_quirks.c')
-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 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 },
};