Merge 11673cbf0c
on remote branch
Change-Id: I399f6fc35b7c63fd9d38f20ed9ed5c9161d256fa
This commit is contained in:
@@ -1219,9 +1219,9 @@ static void raydium_work_handler(struct work_struct *work)
|
|||||||
#endif
|
#endif
|
||||||
LOGD(LOG_DEBUG, "[touch] elseif u8_tp_status:%x\n", u8_tp_status[POS_GES_STATUS]);
|
LOGD(LOG_DEBUG, "[touch] elseif u8_tp_status:%x\n", u8_tp_status[POS_GES_STATUS]);
|
||||||
/*need check small area*/
|
/*need check small area*/
|
||||||
/*if (u8_tp_status[POS_GES_STATUS] == RAD_WAKE_UP */
|
if (u8_tp_status[POS_GES_STATUS] == RAD_WAKE_UP
|
||||||
/*&& g_u8_wakeup_flag == false) { */
|
&& g_u8_wakeup_flag == false) {
|
||||||
if (u8_tp_status[POS_GES_STATUS] == 0) {
|
/*if (u8_tp_status[POS_GES_STATUS] == 0) {*/
|
||||||
input_report_key(g_raydium_ts->input_dev, KEY_WAKEUP, true);
|
input_report_key(g_raydium_ts->input_dev, KEY_WAKEUP, true);
|
||||||
usleep_range(9500, 10500);
|
usleep_range(9500, 10500);
|
||||||
input_sync(g_raydium_ts->input_dev);
|
input_sync(g_raydium_ts->input_dev);
|
||||||
|
Reference in New Issue
Block a user