Commit latest Qisda version and Bookeen's modification

This commit is contained in:
mlt
2010-04-23 11:27:04 +00:00
committed by Godzil
parent 2c907884d1
commit f2fd2aec61
75 changed files with 182708 additions and 51781 deletions

View File

@@ -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

View File

@@ -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;
}