Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions drivers/input/touchscreen/synaptics_driver_s3320.c
Original file line number Diff line number Diff line change
Expand Up @@ -1180,7 +1180,7 @@ static void gesture_judge(struct synaptics_ts_data *ts)
(gesture_buffer[2] == 0x6d) ? Mgestrue :
UnkownGestrue;
}

/*
keyCode = UnkownGestrue;
// Get key code based on registered gesture.
switch (gesture) {
Expand Down Expand Up @@ -1208,7 +1208,7 @@ static void gesture_judge(struct synaptics_ts_data *ts)
default:
break;
}

*/
TPD_ERR("detect %s gesture\n", gesture == DouTap ? "(double tap)" :
gesture == UpVee ? "(V)" :
gesture == DownVee ? "(^)" :
Expand Down