aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse
diff options
context:
space:
mode:
authorIlya Katsnelson <me@0upti.me>2020-07-06 15:27:43 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2020-07-06 17:41:40 -0700
commitdcb00fc799dc03fd320e123e4c81b3278c763ea5 (patch)
tree3c943afb0641f58b237ce8375671bac92bb7f087 /drivers/input/mouse
parentARM: dts: n900: remove mmc1 card detect gpio (diff)
downloadlinux-dev-dcb00fc799dc03fd320e123e4c81b3278c763ea5.tar.xz
linux-dev-dcb00fc799dc03fd320e123e4c81b3278c763ea5.zip
Input: synaptics - enable InterTouch for ThinkPad X1E 1st gen
Tested on my own laptop, touchpad feels slightly more responsive with this on, though it might just be placebo. Signed-off-by: Ilya Katsnelson <me@0upti.me> Reviewed-by: Lyude Paul <lyude@redhat.com> Link: https://lore.kernel.org/r/20200703143457.132373-1-me@0upti.me Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/mouse')
-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 758dae8d6500..4b81b2d0fe06 100644
--- a/drivers/input/mouse/synaptics.c
+++ b/drivers/input/mouse/synaptics.c
@@ -179,6 +179,7 @@ static const char * const smbus_pnp_ids[] = {
"LEN0093", /* T480 */
"LEN0096", /* X280 */
"LEN0097", /* X280 -> ALPS trackpoint */
+ "LEN0099", /* X1 Extreme 1st */
"LEN009b", /* T580 */
"LEN200f", /* T450s */
"LEN2044", /* L470 */