Add preliminary support for CyIO/BooEvent

This commit is contained in:
mlt
2009-12-18 18:29:29 +00:00
committed by Godzil
parent 76f20f4d40
commit 6a09ec6d7a
15 changed files with 111641 additions and 28806 deletions

View File

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