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. You will get a fix for "use-after-free" in Sun keyboard driver, a fix to firmware updates on newer ICs in Elan touchpad diver, and a couple more of drover fixes. Changelog: --------- Dan Carpenter (1): Input: adxl34x - clean up a data type in adxl34x_probe() Dmitry Torokhov (1): Input: sunkbd - avoid use-after-free in teardown paths Hans de Goede (1): Input: i8042 - allow insmod to succeed on devices without an i8042 controller Necip Fazil Yildiran (1): Input: resistive-adc-touch - fix kconfig dependency on IIO_BUFFER jingle.wu (1): Input: elan_i2c - fix firmware update on newer ICs Diffstat: -------- drivers/input/keyboard/sunkbd.c | 41 +++++++++++++++++++++++++++++------- drivers/input/misc/adxl34x.c | 2 +- drivers/input/mouse/elan_i2c.h | 2 +- drivers/input/mouse/elan_i2c_core.c | 3 ++- drivers/input/mouse/elan_i2c_i2c.c | 10 ++++----- drivers/input/mouse/elan_i2c_smbus.c | 2 +- drivers/input/serio/i8042.c | 12 ++++++++++- drivers/input/touchscreen/Kconfig | 1 + 8 files changed, 55 insertions(+), 18 deletions(-) Thanks. -- Dmitry