diff options
Diffstat (limited to 'src/i830_quirks.c')
-rw-r--r-- | src/i830_quirks.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/i830_quirks.c b/src/i830_quirks.c index f7659f0e..e81b27cc 100644 --- a/src/i830_quirks.c +++ b/src/i830_quirks.c @@ -266,9 +266,9 @@ static i830_quirk i830_quirk_list[] = { { PCI_CHIP_I965_GM, 0x144d, 0xc510, quirk_ignore_tv }, /* HP Compaq 6730s has no TV output */ - { PCI_CHIP_IGD_GM, 0x103c, 0x30e8, quirk_ignore_tv }, + { PCI_CHIP_GM45_GM, 0x103c, 0x30e8, quirk_ignore_tv }, /* HP Pavilion ze4944ea needs pipe A force quirk (See LP: #242389) */ - { PCI_CHIP_IGD_GM, 0x103c, 0x3084, quirk_pipea_force }, + { PCI_CHIP_GM45_GM, 0x103c, 0x3084, quirk_pipea_force }, /* Thinkpad R31 needs pipe A force quirk */ { PCI_CHIP_I830_M, 0x1014, 0x0505, quirk_pipea_force }, |