Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Pull input layer fixes from Dmitry Torokhov: "Second round of updates for the input subsystem. Mostly small fixups to the code merged in the first round (atmel_mxt_ts, wacom) but also a smallish patch to xbox driver to support Xbox One controllers and a patch to better handle Synaptics profile sensors found in Cr-48 Chromebooks that should not affect any other devices" * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: Input: edt-ft5x06 - remove superfluous assignment Input: xpad - add support for Xbox One controllers Input: atmel_mxt_ts - fix a few issues reported by Coverity Input: atmel_mxt_ts - split config update a bit Input: atmel_mxt_ts - simplify mxt_initialize a bit Input: joystick - use get_cycles on ARMv8 Input: wacom - fix compiler warning if !CONFIG_PM Input: cap1106 - allow changing key mapping from userspace Input: synaptics - use firmware data for Cr-48 Input: synaptics - properly initialize slots for semi-MT Input: MT - make slot cleanup callable outside mt_sync_frame() Input: atmel_mxt_ts - mXT224 DMA quirk was fixed in firmware v2.0.AA
No related branches found
No related tags found
Showing
- drivers/hid/wacom_sys.c 2 additions, 0 deletionsdrivers/hid/wacom_sys.c
- drivers/input/input-mt.c 27 additions, 11 deletionsdrivers/input/input-mt.c
- drivers/input/joystick/analog.c 1 addition, 1 deletiondrivers/input/joystick/analog.c
- drivers/input/joystick/xpad.c 157 additions, 17 deletionsdrivers/input/joystick/xpad.c
- drivers/input/keyboard/cap1106.c 7 additions, 1 deletiondrivers/input/keyboard/cap1106.c
- drivers/input/mouse/synaptics.c 69 additions, 3 deletionsdrivers/input/mouse/synaptics.c
- drivers/input/touchscreen/atmel_mxt_ts.c 198 additions, 168 deletionsdrivers/input/touchscreen/atmel_mxt_ts.c
- drivers/input/touchscreen/edt-ft5x06.c 0 additions, 1 deletiondrivers/input/touchscreen/edt-ft5x06.c
- include/linux/input/mt.h 1 addition, 0 deletionsinclude/linux/input/mt.h
Loading
Please register or sign in to comment