From 6a49ae0c1fc507791fe58a5f009883cbcdafff50 Mon Sep 17 00:00:00 2001 From: sungmin ha Date: Wed, 1 Aug 2012 17:41:28 +0900 Subject: [PATCH] [Title]modified default value of battery charge full node [Type]Bugfix [Module]emulator-kernel [Priority]Major [Jira#]N_SE-5470 [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 +- package/pkginfo.manifest | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/maru/maru_power_supply.c b/drivers/maru/maru_power_supply.c index b63d02a3f2bd..45948c13dc36 100644 --- a/drivers/maru/maru_power_supply.c +++ b/drivers/maru/maru_power_supply.c @@ -33,7 +33,7 @@ static struct class *mtd_class; static struct device* mtd_device; static int capacity = 100; -static int charge_full = 1; +static int charge_full = 0; static int charge_now = 0; //#define DEBUG_MARU_POWER_SUPPLY diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index c6c775baff9b..c68934d0cf34 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,5 +1,5 @@ Package: emulator-kernel-x86 -Version: 1.3.2 +Version: 1.3.3 OS: ubuntu-32, ubuntu-64, windows-32, windows-64, macos-64 Build-host-os: ubuntu-32 Maintainer: Yeong-Kyoon, Lee -- 2.34.1