Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Pull more input updates from Dmitry Torokhov: "A second round of updates for the input subsystem: - a new driver for PWM-controlled vibrators - ucb1400 touchscreen driver had completely busted suspend/resume handling - we now handle "home" button found on some devices with Goodix touchscreens - assorted other fixups" * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: Input: i8042 - add Gigabyte P57 to the keyboard reset table Input: xpad - validate USB endpoint type during probe Input: ucb1400_ts - fix suspend and resume handling Input: edt-ft5x06 - fix access to non-existing register Input: elantech - make arrays debounce_packet static, reduces object code size Input: surface3_spi - make const array header static, reduces object code size Input: goodix - add support for capacitive home button Input: add a driver for PWM controllable vibrators Input: adi - make array seq static, reduces object code size
Showing
- Documentation/devicetree/bindings/input/pwm-vibrator.txt 66 additions, 0 deletionsDocumentation/devicetree/bindings/input/pwm-vibrator.txt
- drivers/input/joystick/adi.c 1 addition, 1 deletiondrivers/input/joystick/adi.c
- drivers/input/joystick/xpad.c 6 additions, 4 deletionsdrivers/input/joystick/xpad.c
- drivers/input/misc/Kconfig 12 additions, 0 deletionsdrivers/input/misc/Kconfig
- drivers/input/misc/Makefile 1 addition, 0 deletionsdrivers/input/misc/Makefile
- drivers/input/misc/pwm-vibra.c 267 additions, 0 deletionsdrivers/input/misc/pwm-vibra.c
- drivers/input/mouse/elantech.c 6 additions, 2 deletionsdrivers/input/mouse/elantech.c
- drivers/input/serio/i8042-x86ia64io.h 7 additions, 0 deletionsdrivers/input/serio/i8042-x86ia64io.h
- drivers/input/touchscreen/edt-ft5x06.c 2 additions, 1 deletiondrivers/input/touchscreen/edt-ft5x06.c
- drivers/input/touchscreen/goodix.c 9 additions, 0 deletionsdrivers/input/touchscreen/goodix.c
- drivers/input/touchscreen/surface3_spi.c 1 addition, 1 deletiondrivers/input/touchscreen/surface3_spi.c
- drivers/input/touchscreen/ucb1400_ts.c 2 additions, 2 deletionsdrivers/input/touchscreen/ucb1400_ts.c
Loading
Please register or sign in to comment