diff options
author | Jesse Barnes <jbarnes@hobbes.virtuousgeek.org> | 2008-03-10 11:51:37 -0700 |
---|---|---|
committer | Jesse Barnes <jbarnes@hobbes.virtuousgeek.org> | 2008-03-10 11:51:37 -0700 |
commit | 02c0ffb1d8112a6fb03f9c8eae9ec1a1fca123ef (patch) | |
tree | 9dc9786487958808fb333c2a50ad6253ee68e1b5 /src/i830_quirks.c | |
parent | a1cd37f94cb8efbde84ba0a46839fb8735dd3595 (diff) |
Add pipe A force enable quirk for Dell Latitude D500
Fixes #14888.
Diffstat (limited to 'src/i830_quirks.c')
-rw-r--r-- | src/i830_quirks.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i830_quirks.c b/src/i830_quirks.c index c7d32cd4..67202214 100644 --- a/src/i830_quirks.c +++ b/src/i830_quirks.c @@ -249,6 +249,8 @@ static i830_quirk i830_quirk_list[] = { /* HP Compaq 6730s has no TV output */ { PCI_CHIP_IGD_GM, 0x103c, 0x30e8, quirk_ignore_tv }, + /* Dell Latitude D500 needs pipe A force quirk */ + { PCI_CHIP_I855_GM, 0x1028, 0x0152, quirk_pipea_force }, /* Dell Inspiron 510m needs pipe A force quirk */ { PCI_CHIP_I855_GM, 0x1028, 0x0164, quirk_pipea_force }, |