diff mbox series

[v0,1/1] Input: synaptics - enable SMBus for Clevo N350DW based device (SYN1218).

Message ID 20190710.094146.313628215486043831.teika@gmx.com (mailing list archive)
State New, archived
Headers show
Series [v0,1/1] Input: synaptics - enable SMBus for Clevo N350DW based device (SYN1218). | expand

Commit Message

Teika Kazura July 10, 2019, 12:41 a.m. UTC
This "v0" patch is yet to be tested. (cc: linux-input@vger.kernel.org)

From: Tim Mohlmann <tim@usrpro.com>
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@vger.kernel.org. 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@usrpro.com>
Signed-off-by: Teika Kazura <teika@gmx.com>
---
 drivers/input/mouse/synaptics.c | 1 +
 1 file changed, 1 insertion(+)

--
2.21.0
diff mbox series

Patch

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