Fix tv quirk for Dell Latitude X1

which is actually 915GM, reported by
Andreas Schildbach <andreas@schildbach.de>
This commit is contained in:
Zhenyu Wang 2007-12-10 05:49:58 +08:00 committed by root
parent 13ec9c8141
commit cd6f83519c
1 changed files with 1 additions and 1 deletions

View File

@ -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 },