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 receive: - patches adding sanoty checks to USB endpoints in various dirvers - max77650-onkey was missing a OF table which was preventing module autoloading - a revert and a different fix for F54 handling in Synaptics dirver - a fixup for handling register in pm8xxx vibrator driver. Changelog: --------- Bartosz Golaszewski (1): Input: max77650-onkey - add of_match table Chuhong Yuan (1): Input: sun4i-ts - add a check for devm_thermal_zone_of_sensor_register Hans Verkuil (2): Revert "Input: synaptics-rmi4 - don't increment rmiaddr for SMBus transfers" Input: rmi_f54 - read from FIFO in 32 byte blocks Johan Hovold (8): Input: pegasus_notetaker - fix endpoint sanity check Input: aiptek - fix endpoint sanity check Input: aiptek - use descriptors of current altsetting Input: gtco - fix endpoint sanity check Input: gtco - fix extra-descriptor debug message Input: gtco - drop redundant variable reinit Input: sur40 - fix interface sanity checks Input: keyspan-remote - fix control-message timeouts Miles Chen (1): Input: evdev - convert kzalloc()/vzalloc() to kvzalloc() Stephan Gerhold (1): Input: pm8xxx-vib - fix handling of separate enable register Diffstat: -------- drivers/input/evdev.c | 5 +--- drivers/input/misc/keyspan_remote.c | 9 ++++--- drivers/input/misc/max77650-onkey.c | 7 ++++++ drivers/input/misc/pm8xxx-vibrator.c | 2 +- drivers/input/rmi4/rmi_f54.c | 43 ++++++++++++++++++++------------ drivers/input/rmi4/rmi_smbus.c | 2 ++ drivers/input/tablet/aiptek.c | 8 +++--- drivers/input/tablet/gtco.c | 13 +++------- drivers/input/tablet/pegasus_notetaker.c | 2 +- drivers/input/touchscreen/sun4i-ts.c | 6 ++++- drivers/input/touchscreen/sur40.c | 2 +- 11 files changed, 59 insertions(+), 40 deletions(-) Thanks. -- Dmitry