aboutsummaryrefslogtreecommitdiff
path: root/drivers/video
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2008-11-19 17:09:47 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2008-11-19 17:09:47 +0000
commitcb0cd9f7d6db9646244daf8fa7a7a3b0cf462c0f (patch)
tree5e45d10e46dedbc1b44a4c68b990dee78135cab0 /drivers/video
parent11c78492dc87877aaf1220b6b855e4a9363ca932 (diff)
fix-jbt6k74-force-reset-suspend.patch
Sean McNeil reports that without the reset for LCM in suspend, he gets a monochromatic mode on it somehow. Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/display/jbt6k74.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/display/jbt6k74.c b/drivers/video/display/jbt6k74.c
index 8e7bf36f91d..7cc00ad5071 100644
--- a/drivers/video/display/jbt6k74.c
+++ b/drivers/video/display/jbt6k74.c
@@ -638,7 +638,7 @@ static int jbt_suspend(struct spi_device *spi, pm_message_t state)
jbt->have_resumed = 0;
-// (jbt6k74_pdata->reset)(0, 0);
+ (jbt6k74_pdata->reset)(0, 0);
return 0;
}