All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] input/mouse/synaptics: Add SYN1217 to PNP detection list
@ 2018-02-15 13:50 Paul Menzel
  0 siblings, 0 replies; only message in thread
From: Paul Menzel @ 2018-02-15 13:50 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: linux-input, linux-kernel, it+linux-input

Date: Wed, 14 Feb 2018 18:16:43 +0100

On the TUXEDO Book BU1406, since Linux 4.12, the Linux kernel logs the 
message
below.

```
kernel: psmouse serio1: synaptics: Your touchpad (PNP: SYN1217 PNP0f13) 
says it can support a different bus. If i2c-hid and hid-rmi are not 
used, you might want to try setting psmouse.synaptics_intertouch to 1 
and report this to linux-input@vger.kernel.org.
```

Booting with `psmouse.synaptics_intertouch=1`, the touchpad continues to
work, so add the ID of the device to the list of IDs, whose devices
support I2C mode.

CC: stable@vger.kernel.org
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
---
  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 3d2e23a0ae39..80ddbb966d83 100644
--- a/drivers/input/mouse/synaptics.c
+++ b/drivers/input/mouse/synaptics.c
@@ -178,6 +178,7 @@ static const char * const smbus_pnp_ids[] = {
  };

  static const char * const forcepad_pnp_ids[] = {
+	"SYN1217",
  	"SYN300D",
  	"SYN3014",
  	NULL
-- 
2.14.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-02-15 13:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-15 13:50 [PATCH] input/mouse/synaptics: Add SYN1217 to PNP detection list Paul Menzel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.