linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Input: elantech - add Fujitsu Lifebook E547 to force crc_enabled
@ 2017-03-09  8:19 Thorsten Leemhuis
  2017-03-09 17:50 ` ulrik.debie-os
  0 siblings, 1 reply; 8+ messages in thread
From: Thorsten Leemhuis @ 2017-03-09  8:19 UTC (permalink / raw)
  To: Dmitry Torokhov, linux-input

Temporary got a Fujitsu Lifebook E547 into my hands and noticed 
the touchpad only works after running

echo "1" > /sys/devices/platform/i8042/serio2/crc_enabled

Add it to the list of Fujitsu machines that need this workaround.

Cc: stable@vger.kernel.org
Signed-off-by: Thorsten Leemhuis <linux@leemhuis.info>
---
 drivers/input/mouse/elantech.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/drivers/input/mouse/elantech.c b/drivers/input/mouse/elantech.c
index efc8ec3..c5e513b 100644
--- a/drivers/input/mouse/elantech.c
+++ b/drivers/input/mouse/elantech.c
@@ -1524,6 +1524,13 @@ static int elantech_reconnect(struct psmouse *psmouse)
 		},
 	},
 	{
+		/* Fujitsu LIFEBOOK E547  does not work with crc_enabled == 0 */
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK E547"),
+		},
+	},
+	{
 		/* Fujitsu LIFEBOOK E554  does not work with crc_enabled == 0 */
 		.matches = {
 			DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"),
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-04-18 18:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-09  8:19 [PATCH] Input: elantech - add Fujitsu Lifebook E547 to force crc_enabled Thorsten Leemhuis
2017-03-09 17:50 ` ulrik.debie-os
2017-03-10  6:53   ` Thorsten Leemhuis
2017-03-24 10:18     ` Thorsten Leemhuis
2017-03-24 17:00       ` Dmitry Torokhov
2017-03-27  8:53         ` [PATCH v2] " Thorsten Leemhuis
2017-04-18 13:42           ` Thorsten Leemhuis
2017-04-18 18:16             ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).