From a4c48d76362ca6751ed77fb20b938e1621c0200a Mon Sep 17 00:00:00 2001 From: SeokYeon Hwang Date: Mon, 11 Nov 2013 11:58:21 +0900 Subject: Remove W/A code for emulator. Remove workaround code to prevent emulator from entering SLEEP. Now emulator supports SLEEP when users want and it is adjusted by emulator daemon via pmapi. Change-Id: I798c86bd7f2a1fdd92a96a136e17c594c32ad3f7 Signed-off-by: SeokYeon Hwang --- pm_core.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pm_core.c b/pm_core.c index 55b2352..87c994e 100644 --- a/pm_core.c +++ b/pm_core.c @@ -98,11 +98,7 @@ static int trans_table[S_END][EVENT_END] = { {S_START, S_START}, /* S_START */ {S_LCDDIM, S_NORMAL}, /* S_NORMAL */ {S_LCDOFF, S_NORMAL}, /* S_LCDDIM */ -#ifdef TIZEN_EMUL - {S_LCDOFF, S_NORMAL}, /* S_LCDOFF */ -#else {S_SLEEP, S_NORMAL}, /* S_LCDOFF */ -#endif {S_LCDOFF, S_NORMAL}, /* S_SLEEP, When wake up by devices, go lcd_off state */ }; -- cgit v1.2.3