Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Pull input fixes from Dmitry Torokhov: - a fix for use-after-free in Synaptics RMI4 driver - correction to multitouch contact tracking on certain ALPS touchpads (which got broken when we tried to fix the 2-finger scrolling) - touchpad on Lenovo T640p is switched over to SMbus/RMI - a few device node refcount fixes * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: Input: synaptics-rmi4 - prevent UAF reported by KASAN Input: ALPS - fix multi-touch decoding on SS4 plus touchpads Input: synaptics - Lenovo Thinkpad T460p devices should use RMI Input: of_touchscreen - add MODULE_LICENSE Input: 88pm860x-ts - fix child-node lookup Input: twl6040-vibra - fix child-node lookup Input: twl4030-vibra - fix sibling-node lookup
No related branches found
No related tags found
Showing
- drivers/input/misc/twl4030-vibra.c 4 additions, 2 deletionsdrivers/input/misc/twl4030-vibra.c
- drivers/input/misc/twl6040-vibra.c 1 addition, 2 deletionsdrivers/input/misc/twl6040-vibra.c
- drivers/input/mouse/alps.c 13 additions, 10 deletionsdrivers/input/mouse/alps.c
- drivers/input/mouse/alps.h 6 additions, 4 deletionsdrivers/input/mouse/alps.h
- drivers/input/mouse/synaptics.c 1 addition, 0 deletionsdrivers/input/mouse/synaptics.c
- drivers/input/rmi4/rmi_driver.c 3 additions, 1 deletiondrivers/input/rmi4/rmi_driver.c
- drivers/input/touchscreen/88pm860x-ts.c 12 additions, 4 deletionsdrivers/input/touchscreen/88pm860x-ts.c
- drivers/input/touchscreen/of_touchscreen.c 4 additions, 0 deletionsdrivers/input/touchscreen/of_touchscreen.c
Please register or sign in to comment