Add preliminary support for CyIO/BooEvent
This commit is contained in:
@@ -254,7 +254,9 @@ 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 {*/
|
||||
s3c_keypad_pm_sleep_message_to_ap(0);
|
||||
#ifdef QISDA
|
||||
s3c_keypad_pm_sleep_message_to_ap(0);
|
||||
#endif
|
||||
// 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;
|
||||
@@ -299,7 +301,9 @@ 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 {*/
|
||||
s3c_keypad_pm_sleep_message_to_ap(0);
|
||||
#ifdef QISDA
|
||||
s3c_keypad_pm_sleep_message_to_ap(0);
|
||||
#endif
|
||||
/* } Qisda, ShiYong Lin, 2009/09/28, Add the sleep event message when sleep */
|
||||
return error;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user