diff options
| author | 2014-08-14 23:02:58 -0700 | |
|---|---|---|
| committer | 2014-08-14 23:02:58 -0700 | |
| commit | 91167e1914673972511617b6f4165bb12c3e0dcf (patch) | |
| tree | 0d8d2b997d3aef7dc23eaabadef51ab29de88d23 /include/linux | |
| parent | Input: joystick - use get_cycles on ARMv8 (diff) | |
| parent | Input: edt-ft5x06 - remove superfluous assignment (diff) | |
| download | linux-dev-91167e1914673972511617b6f4165bb12c3e0dcf.tar.xz linux-dev-91167e1914673972511617b6f4165bb12c3e0dcf.zip | |
Merge branch 'next' into for-linus
Prepare second round of input updates for 3.17.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/input/mt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/input/mt.h b/include/linux/input/mt.h index 1b1dfa80d9ff..f583ff639776 100644 --- a/include/linux/input/mt.h +++ b/include/linux/input/mt.h @@ -105,6 +105,7 @@ void input_mt_report_slot_state(struct input_dev *dev, void input_mt_report_finger_count(struct input_dev *dev, int count); void input_mt_report_pointer_emulation(struct input_dev *dev, bool use_count); +void input_mt_drop_unused(struct input_dev *dev); void input_mt_sync_frame(struct input_dev *dev); |
