summaryrefslogtreecommitdiff
path: root/src/i830_quirks.c
diff options
context:
space:
mode:
authorBryce Harrington <bryce@bryceharrington.org>2008-05-10 07:58:59 +0800
committerroot <root@debian-hp.(none)>2008-05-10 07:58:59 +0800
commitd91d9e6a2f2ba18b35cb6fd7bc3fe8bc617eb44f (patch)
tree1f54c91977b0b077d49c9964cd4262916d6b3756 /src/i830_quirks.c
parent548d4c0f979a72eac5d0c9c76da12f0bd05e64e1 (diff)
More Pipe A force quirks
Diffstat (limited to 'src/i830_quirks.c')
-rw-r--r--src/i830_quirks.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/i830_quirks.c b/src/i830_quirks.c
index 72e735ba..34c49b8f 100644
--- a/src/i830_quirks.c
+++ b/src/i830_quirks.c
@@ -265,9 +265,13 @@ static i830_quirk i830_quirk_list[] = {
/* HP Compaq 6730s has no TV output */
{ PCI_CHIP_IGD_GM, 0x103c, 0x30e8, quirk_ignore_tv },
+ /* HP Compaq 6710b hangs with lid closed and "Automatic Login"(LP: #228399)*/
+ { PCI_CHIP_I965_GM, 0x103c, 0x30c0, quirk_pipea_force },
/* Thinkpad R31 needs pipe A force quirk */
{ PCI_CHIP_I830_M, 0x1014, 0x0505, quirk_pipea_force },
+ /* Dell Latitude D400 needs pipe A force quirk (LP: #228519) */
+ { PCI_CHIP_I855_GM, 0x1028, 0x0139, quirk_pipea_force },
/* Dell Latitude D500 needs pipe A force quirk */
{ PCI_CHIP_I855_GM, 0x1028, 0x0152, quirk_pipea_force },
/* Dell Latitude X300 needs pipe A force quirk */