From 4128b01ec84ffa0f03c335c36738f383376d9381 Mon Sep 17 00:00:00 2001 From: Zhenyu Wang Date: Thu, 9 Oct 2008 09:19:41 +0800 Subject: Remove Lenovo T61 TV quirk BIOS already says no integrated TV, and this quirk blocks TV on R61i which has the same subdevice id as T61. --- src/i830_quirks.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/i830_quirks.c') diff --git a/src/i830_quirks.c b/src/i830_quirks.c index 528b5646..12cab861 100644 --- a/src/i830_quirks.c +++ b/src/i830_quirks.c @@ -258,8 +258,6 @@ static i830_quirk i830_quirk_list[] = { /* Lenovo Napa TV (use dmi)*/ { PCI_CHIP_I945_GM, 0x17aa, SUBSYS_ANY, quirk_lenovo_tv_dmi }, - /* 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 }, -- cgit v1.2.3