[pkg-fso-commits] [SCM] linux-2.6-openmoko, the Linux 2.6 kernel tree from Openmoko branch, andy-tracking, updated. upstream/20090303.gitb9de904e-140-g23b564c

Andy Green agreen at octopus.localdomain
Mon Jun 8 17:29:47 UTC 2009


The following commit has been merged in the andy-tracking branch:
commit 1e4bbcf02b6e332cec22949f9acebacdd582d893
Author: Andy Green <andy at openmoko.com>
Date:   Wed Mar 11 11:25:15 2009 +0000

    fix-hdq-suspend-level.patch
    
    Signed-off-by: Andy Green <andy at openmoko.com>

diff --git a/drivers/power/hdq.c b/drivers/power/hdq.c
index d806236..755a5ef 100644
--- a/drivers/power/hdq.c
+++ b/drivers/power/hdq.c
@@ -404,8 +404,7 @@ static struct attribute_group hdq_attr_group = {
 static int hdq_suspend(struct platform_device *pdev, pm_message_t state)
 {
 	/* after 18s of this, the battery monitor will also go to sleep */
-	hdq_priv.pdata->gpio_set(0);
-	hdq_priv.pdata->gpio_dir_out();
+	hdq_priv.pdata->gpio_dir_in();
 	hdq_priv.pdata->disable_fiq();
 	return 0;
 }

-- 
linux-2.6-openmoko, the Linux 2.6 kernel tree from Openmoko



More information about the pkg-fso-commits mailing list