diff options
author | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2007-07-28 17:43:29 +0800 |
---|---|---|
committer | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2007-07-28 17:43:29 +0800 |
commit | 15f71edba37738f8ba279fa07452fda10cc65298 (patch) | |
tree | 083fcbedcf1a2a135d2dafbdf7d81b8b1affdbd4 /src/i830_quirks.c | |
parent | f403a50afbcef1e54f554481c72037338bd5357c (diff) |
Update Lenovo TV quirk info
Diffstat (limited to 'src/i830_quirks.c')
-rw-r--r-- | src/i830_quirks.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i830_quirks.c b/src/i830_quirks.c index 8a4b07c8..e209feae 100644 --- a/src/i830_quirks.c +++ b/src/i830_quirks.c @@ -57,6 +57,7 @@ static void quirk_mac_mini (I830Ptr pI830) static i830_quirk i830_quirk_list[] = { /* Lenovo T61 has no TV output */ { PCI_CHIP_I965_GM, 0x17aa, 0x20b5, quirk_ignore_tv }, + /* Lenovo 3000 v200 */ { PCI_CHIP_I965_GM, 0x17aa, 0x3c18, quirk_ignore_tv }, /* Aopen mini pc */ { PCI_CHIP_I945_GM, 0xa0a0, SUBSYS_ANY, quirk_ignore_lvds }, |