Commit latest Qisda version and Bookeen's modification
This commit is contained in:
@@ -29,6 +29,13 @@ config PM_LEGACY
|
||||
|
||||
If unsure, say N.
|
||||
|
||||
config PM_PLATFORM_POWER_SAVING
|
||||
bool "The platform power saving in OP mode"
|
||||
depends on PM
|
||||
default y
|
||||
---help---
|
||||
Support the devices (CPU/Touch/USB...) power saving modes under OP Mode
|
||||
|
||||
config PM_CPU_MODE
|
||||
bool "PM_CPU_MODE"
|
||||
depends on PM
|
||||
|
||||
@@ -254,9 +254,7 @@ static int enter_pm_cpu_mode(suspend_state_t state)
|
||||
Unlock:
|
||||
mutex_unlock(&pm_mutex);
|
||||
/* Qisda, ShiYong Lin, 2009/09/28, Add the sleep event message when sleep {*/
|
||||
#ifdef QISDA
|
||||
s3c_keypad_pm_sleep_message_to_ap(0);
|
||||
#endif
|
||||
//s3c_keypad_pm_sleep_message_to_ap(0);
|
||||
// printk(KERN_ERR "Sleep end enter_pm_cpu_mode, %d\n", state);
|
||||
/* } Qisda, ShiYong Lin, 2009/09/28, Add the sleep event message when sleep */
|
||||
return error;
|
||||
@@ -301,9 +299,7 @@ static int enter_state(suspend_state_t state)
|
||||
Unlock:
|
||||
mutex_unlock(&pm_mutex);
|
||||
/* Qisda, ShiYong Lin, 2009/09/28, Add the sleep event message when sleep {*/
|
||||
#ifdef QISDA
|
||||
s3c_keypad_pm_sleep_message_to_ap(0);
|
||||
#endif
|
||||
//s3c_keypad_pm_sleep_message_to_ap(0);
|
||||
/* } Qisda, ShiYong Lin, 2009/09/28, Add the sleep event message when sleep */
|
||||
return error;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user