Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Pull input fixes from Dmitry Torokhov: - add sanity checks to USB endpoints in various dirvers - max77650-onkey was missing an 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 * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: Input: pm8xxx-vib - fix handling of separate enable register Input: keyspan-remote - fix control-message timeouts Input: max77650-onkey - add of_match table Input: rmi_f54 - read from FIFO in 32 byte blocks Revert "Input: synaptics-rmi4 - don't increment rmiaddr for SMBus transfers" Input: sur40 - fix interface sanity checks Input: gtco - drop redundant variable reinit Input: gtco - fix extra-descriptor debug message Input: gtco - fix endpoint sanity check Input: aiptek - use descriptors of current altsetting Input: aiptek - fix endpoint sanity check Input: pegasus_notetaker - fix endpoint sanity check Input: sun4i-ts - add a check for devm_thermal_zone_of_sensor_register Input: evdev - convert kzalloc()/vzalloc() to kvzalloc()
Showing
- drivers/input/evdev.c 1 addition, 4 deletionsdrivers/input/evdev.c
- drivers/input/misc/keyspan_remote.c 6 additions, 3 deletionsdrivers/input/misc/keyspan_remote.c
- drivers/input/misc/max77650-onkey.c 7 additions, 0 deletionsdrivers/input/misc/max77650-onkey.c
- drivers/input/misc/pm8xxx-vibrator.c 1 addition, 1 deletiondrivers/input/misc/pm8xxx-vibrator.c
- drivers/input/rmi4/rmi_f54.c 27 additions, 16 deletionsdrivers/input/rmi4/rmi_f54.c
- drivers/input/rmi4/rmi_smbus.c 2 additions, 0 deletionsdrivers/input/rmi4/rmi_smbus.c
- drivers/input/tablet/aiptek.c 4 additions, 4 deletionsdrivers/input/tablet/aiptek.c
- drivers/input/tablet/gtco.c 4 additions, 9 deletionsdrivers/input/tablet/gtco.c
- drivers/input/tablet/pegasus_notetaker.c 1 addition, 1 deletiondrivers/input/tablet/pegasus_notetaker.c
- drivers/input/touchscreen/sun4i-ts.c 5 additions, 1 deletiondrivers/input/touchscreen/sun4i-ts.c
- drivers/input/touchscreen/sur40.c 1 addition, 1 deletiondrivers/input/touchscreen/sur40.c
Please register or sign in to comment