From b477f0b0d24a988e096ed2d8bf3a31da7dae51fc Mon Sep 17 00:00:00 2001 From: sungmin ha Date: Wed, 1 Aug 2012 19:41:43 +0900 Subject: [PATCH] [Title]modifird default battery level [Type]Enhancement [Module]emulator-kernel [Priority]Major [Jira#] // Jira Issue Number [Redmine#] // Redmine Isuue Number [Problem] // Problem Description [Cause] // Cause Description [Solution] // Solution Description [TestCase] // Executed the test-target (How to) --- drivers/maru/maru_power_supply.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/maru/maru_power_supply.c b/drivers/maru/maru_power_supply.c index 45948c13dc36..b72dd331524c 100644 --- a/drivers/maru/maru_power_supply.c +++ b/drivers/maru/maru_power_supply.c @@ -32,7 +32,7 @@ static struct class *mtd_class; static struct device* mtd_device; -static int capacity = 100; +static int capacity = 50; static int charge_full = 0; static int charge_now = 0; -- 2.34.1