Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Pull input updates from Dmitry Torokhov: - the main change is a fix for my brain-dead patch to PS/2 button reporting for some protocols that made it in 4.17 - there is a new driver for Spreadtum vibrator that I intended to send during merge window but ended up not sending the 2nd pull request. Given that this is a brand new driver we should not see regressions here - a fixup to Elantech PS/2 driver to avoid decoding errors on Thinkpad P52 - addition of few more ACPI IDs for Silead and Elan drivers - RMI4 is switched to using IRQ domain code instead of rolling its own implementation * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: Input: psmouse - fix button reporting for basic protocols Input: xpad - fix GPD Win 2 controller name Input: elan_i2c_smbus - fix more potential stack buffer overflows Input: elan_i2c - add ELAN0618 (Lenovo v330 15IKB) ACPI ID Input: elantech - fix V4 report decoding for module with middle key Input: elantech - enable middle button of touchpads on ThinkPad P52 Input: do not assign new tracking ID when changing tool type Input: make input_report_slot_state() return boolean Input: synaptics-rmi4 - fix axis-swap behavior Input: synaptics-rmi4 - fix the error return code in rmi_probe_interrupts() Input: synaptics-rmi4 - convert irq distribution to irq_domain Input: silead - add MSSL0002 ACPI HID Input: goldfish_events - fix checkpatch warnings Input: add Spreadtrum vibrator driver
No related branches found
No related tags found
Showing
- Documentation/devicetree/bindings/input/sprd,sc27xx-vibra.txt 23 additions, 0 deletions...mentation/devicetree/bindings/input/sprd,sc27xx-vibra.txt
- drivers/input/input-mt.c 8 additions, 4 deletionsdrivers/input/input-mt.c
- drivers/input/joystick/xpad.c 1 addition, 1 deletiondrivers/input/joystick/xpad.c
- drivers/input/keyboard/goldfish_events.c 5 additions, 4 deletionsdrivers/input/keyboard/goldfish_events.c
- drivers/input/misc/Kconfig 10 additions, 0 deletionsdrivers/input/misc/Kconfig
- drivers/input/misc/Makefile 1 addition, 0 deletionsdrivers/input/misc/Makefile
- drivers/input/misc/sc27xx-vibra.c 154 additions, 0 deletionsdrivers/input/misc/sc27xx-vibra.c
- drivers/input/mouse/elan_i2c.h 2 additions, 0 deletionsdrivers/input/mouse/elan_i2c.h
- drivers/input/mouse/elan_i2c_core.c 2 additions, 1 deletiondrivers/input/mouse/elan_i2c_core.c
- drivers/input/mouse/elan_i2c_smbus.c 8 additions, 2 deletionsdrivers/input/mouse/elan_i2c_smbus.c
- drivers/input/mouse/elantech.c 9 additions, 2 deletionsdrivers/input/mouse/elantech.c
- drivers/input/mouse/psmouse-base.c 6 additions, 6 deletionsdrivers/input/mouse/psmouse-base.c
- drivers/input/rmi4/Kconfig 1 addition, 0 deletionsdrivers/input/rmi4/Kconfig
- drivers/input/rmi4/rmi_2d_sensor.c 16 additions, 18 deletionsdrivers/input/rmi4/rmi_2d_sensor.c
- drivers/input/rmi4/rmi_bus.c 49 additions, 1 deletiondrivers/input/rmi4/rmi_bus.c
- drivers/input/rmi4/rmi_bus.h 9 additions, 1 deletiondrivers/input/rmi4/rmi_bus.h
- drivers/input/rmi4/rmi_driver.c 20 additions, 32 deletionsdrivers/input/rmi4/rmi_driver.c
- drivers/input/rmi4/rmi_f01.c 5 additions, 5 deletionsdrivers/input/rmi4/rmi_f01.c
- drivers/input/rmi4/rmi_f03.c 5 additions, 4 deletionsdrivers/input/rmi4/rmi_f03.c
- drivers/input/rmi4/rmi_f11.c 16 additions, 26 deletionsdrivers/input/rmi4/rmi_f11.c
Loading
Please register or sign in to comment