diff options
Diffstat (limited to 'src/i830_quirks.c')
-rw-r--r-- | src/i830_quirks.c | 3 |
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 */ |