summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhenyu Wang <zhenyu.z.wang@intel.com>2008-10-09 09:19:41 +0800
committerZhenyu Wang <zhenyu.z.wang@intel.com>2008-10-09 09:19:41 +0800
commit4128b01ec84ffa0f03c335c36738f383376d9381 (patch)
tree6a46fb69c37c4156088565bd049c45a08b928180
parent74571363539426abeb0a1af11f3bb545d91ed6c2 (diff)
downloadxf86-video-intel-frc-4128b01ec84ffa0f03c335c36738f383376d9381.tar.gz
xf86-video-intel-frc-4128b01ec84ffa0f03c335c36738f383376d9381.tar.bz2
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.
-rw-r--r--src/i830_quirks.c2
1 files changed, 0 insertions, 2 deletions
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 },