aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCole Rogers <colerogers@disroot.org>2019-07-01 00:47:48 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2019-07-01 01:22:21 -0700
commitabbe3acd7d72ab4633ade6bd24e8306b67e0add3 (patch)
tree7ff365e24c3f7a09baa7d13b05615536553d1578
parentInput: synaptics - enable SMBus on ThinkPad E480 and E580 (diff)
downloadlinux-dev-abbe3acd7d72ab4633ade6bd24e8306b67e0add3.tar.xz
linux-dev-abbe3acd7d72ab4633ade6bd24e8306b67e0add3.zip
Input: synaptics - enable SMBUS on T480 thinkpad trackpad
Thinkpad t480 laptops had some touchpad features disabled, resulting in the loss of pinch to activities in GNOME, on wayland, and other touch gestures being slower. This patch adds the touchpad of the t480 to the smbus_pnp_ids whitelist to enable the extra features. In my testing this does not break suspend (on fedora, with wayland, and GNOME, using the rc-6 kernel), while also fixing the feature on a T480. Signed-off-by: Cole Rogers <colerogers@disroot.org> Acked-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Cc: stable@vger.kernel.org Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
-rw-r--r--drivers/input/mouse/synaptics.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c
index 8e6077d8e434..68fd8232d44c 100644
--- a/drivers/input/mouse/synaptics.c
+++ b/drivers/input/mouse/synaptics.c
@@ -176,6 +176,7 @@ static const char * const smbus_pnp_ids[] = {
"LEN0072", /* X1 Carbon Gen 5 (2017) - Elan/ALPS trackpoint */
"LEN0073", /* X1 Carbon G5 (Elantech) */
"LEN0092", /* X1 Carbon 6 */
+ "LEN0093", /* T480 */
"LEN0096", /* X280 */
"LEN0097", /* X280 -> ALPS trackpoint */
"LEN200f", /* T450s */