Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid...
[linux-2.6-microblaze.git] / drivers / hid / hid-alps.c
index d33f5ab..a9c2de9 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);
                        }
                }