summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Andren <erik.andren@gmail.com>2008-01-25 11:06:01 +0800
committerZhenyu Wang <zhenyu.z.wang@intel.com>2008-01-25 11:06:01 +0800
commit5d9e67aec3ce458d22b7febd3819542abb360534 (patch)
tree505efa17905350a1a46da53113d2e7139d32a524
parent6bf53eb48f40ad0c8ea9679ee634447410821b4f (diff)
Clevo M720R has no TV-out
-rw-r--r--src/i830_quirks.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/i830_quirks.c b/src/i830_quirks.c
index cb436033..853a33e7 100644
--- a/src/i830_quirks.c
+++ b/src/i830_quirks.c
@@ -69,6 +69,9 @@ static i830_quirk i830_quirk_list[] = {
/* Apple Mac mini has no lvds, but macbook pro does */
{ PCI_CHIP_I945_GM, 0x8086, 0x7270, quirk_mac_mini },
+ /* Clevo M720R has no tv output */
+ { PCI_CHIP_I965_GM, 0x1558, 0x0721, quirk_ignore_tv },
+
/* Dell Latitude X1 */
{ PCI_CHIP_I915_GM, 0x1028, 0x01a3, quirk_ignore_tv },
/* Dell XPS 1330 */