summaryrefslogtreecommitdiff
path: root/src/i830_quirks.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@clockmaker.usersys.redhat.com>2008-03-10 14:43:24 +1000
committerDave Airlie <airlied@clockmaker.usersys.redhat.com>2008-03-10 14:45:11 +1000
commita1cd37f94cb8efbde84ba0a46839fb8735dd3595 (patch)
tree6720706aea45ae07b1bb91de2049fae595ff1c60 /src/i830_quirks.c
parentf2b9f387af7f618ad083b1ec8bee513ff2157d06 (diff)
quirk: add DVO ivch quirk
Diffstat (limited to 'src/i830_quirks.c')
-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 2486e416..c7d32cd4 100644
--- a/src/i830_quirks.c
+++ b/src/i830_quirks.c
@@ -238,6 +238,9 @@ static i830_quirk i830_quirk_list[] = {
/* Toshiba i830M laptop (fix bug 11148) */
{ PCI_CHIP_I830_M, 0x1179, 0xff00, quirk_ivch_dvob },
+ /* Motion Computing M1200 reported on irc */
+ { PCI_CHIP_I830_M, 0x14c0, 0x0012, quirk_ivch_dvob },
+
/* Samsung Q35 has no TV output */
{ PCI_CHIP_I945_GM, 0x144d, 0xc504, quirk_ignore_tv },
/* Samsung Q45 has no TV output */