Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus to receive updates for the input subsystem. Just a few random driver fixups. Changelog: --------- Brendan Shanks (1): Input: evdev - call input_flush_device() on release(), not flush() Christophe JAILLET (1): Input: dlink-dir685-touchkeys - fix a typo in driver name Dennis Kadioglu (1): Input: synaptics - add a second working PNP_ID for Lenovo T470s Dmitry Torokhov (1): Revert "Input: i8042 - add ThinkPad S230u to i8042 nomux list" Enric Balletbo i Serra (1): Input: cros_ec_keyb - use cros_ec_cmd_xfer_status helper Evan Green (1): Input: synaptics-rmi4 - really fix attn_data use-after-free Gustavo A. R. Silva (1): Input: applespi - replace zero-length array with flexible-array Hans de Goede (1): Input: axp20x-pek - always register interrupt handlers James Hilliard (1): Input: usbtouchscreen - add support for BonXeon TP Johnny Chuang (1): Input: elants_i2c - support palm detection Kevin Locke (2): Input: i8042 - add ThinkPad S230u to i8042 nomux list Input: i8042 - add ThinkPad S230u to i8042 reset list Stephan Gerhold (1): Input: mms114 - fix handling of mms345l Wei Yongjun (1): Input: synaptics-rmi4 - fix error return code in rmi_driver_probe() Wolfram Sang (1): Input: lm8333 - update contact email Łukasz Patron (1): Input: xpad - add custom init packet for Xbox One S controllers Diffstat: -------- drivers/input/evdev.c | 19 ++----- drivers/input/joystick/xpad.c | 12 +++++ drivers/input/keyboard/applespi.c | 2 +- drivers/input/keyboard/cros_ec_keyb.c | 14 ++--- drivers/input/keyboard/dlink-dir685-touchkeys.c | 2 +- drivers/input/misc/axp20x-pek.c | 72 +++++++++++++------------ drivers/input/mouse/synaptics.c | 1 + drivers/input/rmi4/rmi_driver.c | 5 +- drivers/input/serio/i8042-x86ia64io.h | 7 +++ drivers/input/touchscreen/elants_i2c.c | 11 +++- drivers/input/touchscreen/mms114.c | 12 ++--- drivers/input/touchscreen/usbtouchscreen.c | 1 + include/linux/input/lm8333.h | 2 +- 13 files changed, 88 insertions(+), 72 deletions(-) Thanks. -- Dmitry