summaryrefslogtreecommitdiff
path: root/src/i830_quirks.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@koto.keithp.com>2007-08-25 12:54:11 -0700
committerKeith Packard <keithp@koto.keithp.com>2007-08-25 12:54:11 -0700
commita9e1d42a47cef79d8bbde2afd89d26aed964e344 (patch)
tree59bbe51e63b425ff2a515dba595ce017657c7992 /src/i830_quirks.c
parentffc2907f7f2eb039004eff0014c5563a01463fb0 (diff)
Lenovo 201a is x60s, not x61s
Diffstat (limited to 'src/i830_quirks.c')
-rw-r--r--src/i830_quirks.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/i830_quirks.c b/src/i830_quirks.c
index 3176cd43..89fb11ed 100644
--- a/src/i830_quirks.c
+++ b/src/i830_quirks.c
@@ -57,8 +57,8 @@ 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 X61s has no TV output */
- { PCI_CHIP_I965_GM, 0x17aa, 0x201a, quirk_ignore_tv },
+ /* Lenovo X60s has no TV output */
+ { PCI_CHIP_I945_GM, 0x17aa, 0x201a, quirk_ignore_tv },
/* Panasonic Toughbook CF-Y4 has no TV output */
{ PCI_CHIP_I915_GM, 0x10f7, 0x8338, quirk_ignore_tv },
/* Lenovo 3000 v200 */