[Title]modified default value of battery charge full node
authorsungmin ha <sungmin82.ha@samsung.com>
Wed, 1 Aug 2012 08:41:28 +0000 (17:41 +0900)
committersungmin ha <sungmin82.ha@samsung.com>
Wed, 1 Aug 2012 08:41:28 +0000 (17:41 +0900)
[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
package/pkginfo.manifest

index b63d02a3f2bd71dfb9ce8d773db3a665f116a390..45948c13dc36769e1b9451e9075914c745842a57 100644 (file)
@@ -33,7 +33,7 @@ static struct class *mtd_class;
 static struct device* mtd_device;\r
 \r
 static int capacity = 100;\r
-static int charge_full = 1;\r
+static int charge_full = 0;\r
 static int charge_now = 0;\r
 \r
 //#define DEBUG_MARU_POWER_SUPPLY
index c6c775baff9babd96a906519c42b373cad023e88..c68934d0cf34f0f9613bb2115d941e74a128a658 100644 (file)
@@ -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 <yeongkyoon.lee@samsung.com>