[Title]modified for charger initial value
authorsungmin82.ha <sungmin82.ha@samsung.com>
Wed, 15 Feb 2012 10:33:10 +0000 (19:33 +0900)
committersungmin82.ha <sungmin82.ha@samsung.com>
Wed, 15 Feb 2012 10:34:28 +0000 (19:34 +0900)
[Type]Bugfix
[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)

Change-Id: Idc3c07f5a335330eb3e8d69e4fcaa79cefb87f60

drivers/jack/mod_jack.c

index a76b85c4207502659e02d60578074108fc32f986..ff64c4cd2062c27359a56358b166411d97cc1c98 100644 (file)
@@ -29,7 +29,7 @@
 #include <linux/device.h>\r
 #include <linux/platform_device.h>\r
 \r
-int charger_online = 1;\r
+int charger_online = 0;\r
 int earjack_online = 0;\r
 int earkey_online = 0;\r
 int hdmi_online = 0;\r