-
- Downloads
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 that we now publish "firmware ID" for the serio devices to help userspace figure out the kind of touchpads it is dealing with: i8042 will export PS/2 port's PNP IDs as firmware IDs. You will also get more quirks for Synaptics touchpads in various Lenovo laptops, a change to elantech driver to recognize even more models, and fixups to wacom and couple other drivers" * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: Input: elantech - add support for newer elantech touchpads Input: soc_button_array - fix a crash during rmmod Input: synaptics - add min/max quirk for ThinkPad T431s, L440, L540, S1 Yoga and X1 Input: synaptics - report INPUT_PROP_TOPBUTTONPAD property Input: Add INPUT_PROP_TOPBUTTONPAD device property Input: i8042 - add firmware_id support Input: serio - add firmware_id sysfs attribute Input: wacom - handle 1024 pressure levels in wacom_tpc_pen Input: wacom - references to 'wacom->data' should use 'unsigned char*' Input: wacom - override 'pressure_max' with value from HID_USAGE_PRESSURE Input: wacom - use full 32-bit HID Usage value in switch statement Input: wacom - missed the last bit of expresskey for DTU-1031 Input: ads7846 - fix device usage within attribute show Input: da9055_onkey - remove use of regmap_irq_get_virq()
No related branches found
No related tags found
Showing
- drivers/input/misc/da9055_onkey.c 0 additions, 1 deletiondrivers/input/misc/da9055_onkey.c
- drivers/input/misc/soc_button_array.c 1 addition, 0 deletionsdrivers/input/misc/soc_button_array.c
- drivers/input/mouse/elantech.c 1 addition, 0 deletionsdrivers/input/mouse/elantech.c
- drivers/input/mouse/synaptics.c 95 additions, 2 deletionsdrivers/input/mouse/synaptics.c
- drivers/input/serio/i8042-x86ia64io.h 15 additions, 0 deletionsdrivers/input/serio/i8042-x86ia64io.h
- drivers/input/serio/i8042.c 6 additions, 0 deletionsdrivers/input/serio/i8042.c
- drivers/input/serio/serio.c 14 additions, 0 deletionsdrivers/input/serio/serio.c
- drivers/input/tablet/wacom_sys.c 118 additions, 128 deletionsdrivers/input/tablet/wacom_sys.c
- drivers/input/tablet/wacom_wac.c 10 additions, 19 deletionsdrivers/input/tablet/wacom_wac.c
- drivers/input/touchscreen/ads7846.c 1 addition, 1 deletiondrivers/input/touchscreen/ads7846.c
- include/linux/serio.h 1 addition, 0 deletionsinclude/linux/serio.h
- include/uapi/linux/input.h 1 addition, 0 deletionsinclude/uapi/linux/input.h
Loading
Please register or sign in to comment