diff options
author | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2007-12-10 05:49:58 +0800 |
---|---|---|
committer | root <root@debian-hp.(none)> | 2007-12-10 05:51:32 +0800 |
commit | cd6f83519c69f72f146fea59afbd6a3542da783a (patch) | |
tree | b1107c05d645e03977d81e67352730c45dd4966a /src | |
parent | 13ec9c8141a9f794258869a04a6bab59dac5eefa (diff) |
Fix tv quirk for Dell Latitude X1
which is actually 915GM, reported by
Andreas Schildbach <andreas@schildbach.de>
Diffstat (limited to 'src')
-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 1ed6503d..87d9a8a0 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 }, |