lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri,  3 Jul 2020 17:34:55 +0300
From:   K900 <me@...ti.me>
To:     unlisted-recipients:; (no To-header on input)
Cc:     Ilya Katsnelson <me@...ti.me>,
        Dmitry Torokhov <dmitry.torokhov@...il.com>,
        Lyude Paul <lyude@...hat.com>,
        Christophe JAILLET <christophe.jaillet@...adoo.fr>,
        Gaurav Agrawal <agrawalgaurav@...me.org>,
        Yussuf Khalil <dev@...345.net>,
        Hans Verkuil <hverkuil-cisco@...all.nl>,
        Dennis Kadioglu <denk@...ipso.email>,
        Benjamin Tissoires <benjamin.tissoires@...hat.com>,
        Joe Perches <joe@...ches.com>, linux-input@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: [PATCH] input/synaptics: enable InterTouch for ThinkPad X1E 1st gen

From: Ilya Katsnelson <me@...ti.me>

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@...ti.me>
---
 drivers/input/mouse/synaptics.c | 1 +
 1 file changed, 1 insertion(+)

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  */
-- 
2.27.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ