Skip to content

Commit 41451d3

Browse files
committed
Input: gsl3673: remove the ramdom report a data on standby
The evtest will get the redundant data event during suspend, that will cause the devices abnormal resume. Signed-off-by: Caesar Wang <wxt@rock-chips.com> Change-Id: I4895c10163c5a7ebe66a665c890c8a81c58b495a
1 parent bbb718e commit 41451d3

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

drivers/input/touchscreen/gsl3673.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,9 +1059,6 @@ static int gsl_ts_suspend(struct device *dev)
10591059
input_mt_sync(ts->input);
10601060
#endif
10611061
input_sync(ts->input);
1062-
msleep(10);
1063-
report_data(ts, 1, 1, 10, 1);
1064-
input_sync(ts->input);
10651062
#endif
10661063
ts->flag_activated = false;
10671064

0 commit comments

Comments
 (0)