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. A few small updates to drivers. Of note we are now deferring probes of i8042 on some Asus devices as the controller is not ready to respond to queries first time around when the driver is compiled into the kernel. Changelog: --------- Andrea Righi (1): Input: elantech - fix stack out of bound access in elantech_change_report_id() Hans de Goede (2): Input: goodix - try not to touch the reset-pin on x86/ACPI devices Input: goodix - add id->model mapping for the "9111" model Jeff LaBundy (1): Input: iqs626a - prohibit inlining of channel parsing functions Johnny Chuang (1): Input: elants_i2c - do not check Remark ID on eKTH3900/eKTH5312 José Expósito (2): Input: goodix - fix memory leak in goodix_firmware_upload Input: atmel_mxt_ts - fix double free in mxt_read_info_block Samuel Čavoj (1): Input: i8042 - enable deferred probe quirk for ASUS UM325UA Takashi Iwai (1): Input: i8042 - add deferred probe support Diffstat: -------- Documentation/admin-guide/kernel-parameters.txt | 2 + drivers/input/misc/iqs626a.c | 21 +++++----- drivers/input/mouse/elantech.c | 8 +++- drivers/input/serio/i8042-x86ia64io.h | 21 ++++++++++ drivers/input/serio/i8042.c | 54 ++++++++++++++++--------- drivers/input/touchscreen/atmel_mxt_ts.c | 2 +- drivers/input/touchscreen/elants_i2c.c | 46 ++++++++++++++++++++- drivers/input/touchscreen/goodix.c | 31 +++++++++++--- drivers/input/touchscreen/goodix.h | 1 + drivers/input/touchscreen/goodix_fwupload.c | 2 +- 10 files changed, 151 insertions(+), 37 deletions(-) Thanks. -- Dmitry