Skip to content

Commit d4e6ed0

Browse files
committed
fts_521: report FOD press based on pointer event in non-sleep mode
Change-Id: Id33907bd9c710768daadedd9e881f6853bdda91b
1 parent e50e1b2 commit d4e6ed0

File tree

1 file changed

+2
-0
lines changed
  • drivers/input/touchscreen/fts_521

1 file changed

+2
-0
lines changed

drivers/input/touchscreen/fts_521/fts.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3145,6 +3145,8 @@ static void fts_enter_pointer_event_handler(struct fts_ts_info *info,
31453145
info->fod_coordinate_update = true;
31463146
__set_bit(touchId, &info->fod_id);
31473147
input_report_abs(info->input_dev, ABS_MT_WIDTH_MINOR, info->fod_overlap);
3148+
input_report_key(info->input_dev, BTN_INFO, 1);
3149+
input_report_key(info->input_dev, KEY_INFO, 1);
31483150
logError(1, "%s %s : FOD Press :%d, fod_id:%08x\n", tag, __func__,
31493151
touchId, info->fod_id);
31503152
}

0 commit comments

Comments
 (0)