summaryrefslogtreecommitdiff
path: root/tcm/synaptics_touchcom_func_touch.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcm/synaptics_touchcom_func_touch.c')
-rw-r--r--tcm/synaptics_touchcom_func_touch.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tcm/synaptics_touchcom_func_touch.c b/tcm/synaptics_touchcom_func_touch.c
index d4fd617..137169f 100644
--- a/tcm/synaptics_touchcom_func_touch.c
+++ b/tcm/synaptics_touchcom_func_touch.c
@@ -164,6 +164,8 @@ static int syna_tcm_get_gesture_data(const unsigned char *report,
}
switch (gesture_id) {
+ case GESTURE_ID_NONE:
+ break;
case GESTURE_ID_DOUBLE_TAP:
case GESTURE_ID_ACTIVE_TAP_AND_HOLD:
case GESTURE_ID_ACTIVE_SINGLE_TAP:
@@ -334,6 +336,7 @@ int syna_tcm_parse_touch_report(struct tcm_dev *tcm_dev,
return retval;
}
obj = data;
+ touch_data->obji = data;
offset += bits;
break;
case TOUCH_REPORT_OBJECT_N_CLASSIFICATION: