This "v0" patch is yet to be tested. (cc: linux-input@xxxxxxxxxxxxxxx) From: Tim Mohlmann <tim@xxxxxxxxxx> Subject: Re: Synaptics i2c and rmi: dmesg requested to send report Date: Sat, 15 Jun 2019 09:11:13 +0300 > Yes, I can apply a patch and compile. Just tell me which kernel version. Thanks. Can you test the following patch for linux-5.2? If it's ok, say, for a week without "psmouse.synaptics_intertouch=1", reply so to linux-input@xxxxxxxxxxxxxxx. Then I'll manage rest necessary works. Regards, Teika ------------------------------------------------------------------------ Touchpad works better with SMBus for Clevo N350DW-based PC that has SYN1218. See: https://www.spinics.net/lists/linux-input/msg61681.html Reported-by: Tim Mohlmann <tim@xxxxxxxxxx> Signed-off-by: Teika Kazura <teika@xxxxxxx> --- 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 b8ec301025b..3c3676246d6 100644 --- a/drivers/input/mouse/synaptics.c +++ b/drivers/input/mouse/synaptics.c @@ -178,6 +178,7 @@ static const char * const smbus_pnp_ids[] = { "LEN200f", /* T450s */ "LEN2054", /* E480 */ "LEN2055", /* E580 */ + "SYN1218", /* Clevo N350DW */ "SYN3052", /* HP EliteBook 840 G4 */ "SYN3221", /* HP 15-ay000 */ NULL -- 2.21.0