Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid...
[linux-block.git] / drivers / hid / hid-alps.c
index d33f5abc8f64d271bbd998801273e3aa1cb691f3..a9c2de95c5e279514388a8fecd9e48683c74d5e2 100644 (file)
@@ -389,8 +389,7 @@ static int u1_raw_event(struct alps_dev *hdata, u8 *data, int size)
                                input_report_abs(hdata->input,
                                        ABS_MT_PRESSURE, z);
                        } else {
-                               input_mt_report_slot_state(hdata->input,
-                                       MT_TOOL_FINGER, 0);
+                               input_mt_report_slot_inactive(hdata->input);
                        }
                }