From 962b2bce5a156e873eb853a4806a7f327138df9f Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Wed, 27 May 2009 03:40:52 -0700 Subject: [PATCH] Add quirk to solve issue with black screen and hang occuring after closing the lid with attached external monitor, on Dell Mini. Signed-off-by: Bryce Harrington --- 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 81ea3c2..c5877a4 100644 --- a/src/i830_quirks.c +++ b/src/i830_quirks.c @@ -330,6 +330,8 @@ static i830_quirk i830_quirk_list[] = { { PCI_CHIP_GM45_GM, 0x103c, 0x30e8, quirk_ignore_tv }, /* HP Compaq 2730p needs pipe A force quirk (LP: #291555) */ { PCI_CHIP_GM45_GM, 0x103c, 0x30eb, quirk_pipea_force }, + /* HP Mini needs pipe A force quirk (LP: #322104) */ + { PCI_CHIP_I945_GME,0x103c, 0x361a, quirk_pipea_force }, /* Thinkpad R31 needs pipe A force quirk */ { PCI_CHIP_I830_M, 0x1014, 0x0505, quirk_pipea_force }, -- 1.6.0.4