| author | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2007-12-09 21:49:58 (GMT) |
|---|---|---|
| committer | root <root@debian-hp.(none)> | 2007-12-09 21:51:32 (GMT) |
| commit | cd6f83519c69f72f146fea59afbd6a3542da783a (patch) | |
| tree | b1107c05d645e03977d81e67352730c45dd4966a | |
| parent | 13ec9c8141a9f794258869a04a6bab59dac5eefa (diff) | |
| download | xf86-video-intel-cd6f83519c69f72f146fea59afbd6a3542da783a.zip xf86-video-intel-cd6f83519c69f72f146fea59afbd6a3542da783a.tar.gz xf86-video-intel-cd6f83519c69f72f146fea59afbd6a3542da783a.tar.bz2 | |
Fix tv quirk for Dell Latitude X1
which is actually 915GM, reported by
Andreas Schildbach <andreas@schildbach.de>
| -rw-r--r-- | src/i830_quirks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_quirks.c b/src/i830_quirks.c index 1ed6503..87d9a8a 100644 --- a/src/i830_quirks.c +++ b/src/i830_quirks.c @@ -64,7 +64,7 @@ static i830_quirk i830_quirk_list[] = { { PCI_CHIP_I945_GM, 0x8086, 0x7270, quirk_mac_mini }, /* Dell Latitude X1 */ - { PCI_CHIP_I945_GM, 0x1028, 0x01a3, quirk_ignore_tv }, + { PCI_CHIP_I915_GM, 0x1028, 0x01a3, quirk_ignore_tv }, /* Dell XPS 1330 */ { PCI_CHIP_I965_GM, 0x1028, 0x0209, quirk_ignore_tv }, |
