[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

Werner Almesberger werner at openmoko.org
Mon Jun 8 17:29:50 UTC 2009


The following commit has been merged in the andy-tracking branch:
commit 629942d4dd76d60d1fbf8c650721a6ac0c14bbf8
Author: tim.niemeyer at mastersword.de <tim.niemeyer at mastersword.de>
Date:   Sun Mar 22 17:42:34 2009 +0100

    disabling fast_charge is done with 0
    
    Signed-off-by: Tim Niemeyer <reddog at mastersword.de>

diff --git a/arch/arm/mach-s3c2410/mach-gta01.c b/arch/arm/mach-s3c2410/mach-gta01.c
index a828b66..2af4df5 100644
--- a/arch/arm/mach-s3c2410/mach-gta01.c
+++ b/arch/arm/mach-s3c2410/mach-gta01.c
@@ -689,7 +689,7 @@ static void __gta01_udc_vbus_draw(struct work_struct *work)
 	} else {
 		/* disable fast charge */
 		printk(KERN_DEBUG "udc: disabling fast charge\n");
-		pcf50606_charge_fast(gta01_pcf, 1);
+		pcf50606_charge_fast(gta01_pcf, 0);
 	}
 }
 

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



More information about the pkg-fso-commits mailing list