Re: [PATCH] input/synaptics: enable InterTouch for ThinkPad X1E 1st gen

From: Ilya K
Date: Mon Jul 06 2020 - 15:27:13 EST


(sorry for resending - the previous message got sent as HTML and bounced off the mailing list)

This actually made me retest it just now - it most definitely works, both by tapping and by actually clicking the button.

06.07.2020, 20:22, "Lyude Paul" <lyude@xxxxxxxxxx>:
> FWIW it's not placebo, it's why I always immediately notice when starting up a
> new ThinkPad sample from lenovo if RMI4 is enabled or not :).
>
> Anyway thank you for the patch, assuming you double-checked that clicking with
> the clickpad still works (I made this mistake last time when trying to enable
> this for the second generation X1 extreme):
>
> Reviewed-by: Lyude Paul <lyude@xxxxxxxxxx>
>
> On Fri, 2020-07-03 at 17:34 +0300, K900 wrote:
>> ÂFrom: Ilya Katsnelson <me@xxxxxxxx>
>>
>> Â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@xxxxxxxx>
>> Â---
>> ÂÂ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 */