Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1449672

[PATCH 0/2] Fix elantech touchpad after suspend/resume

From Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 0/2] Fix elantech touchpad after suspend/resume
Date 2016-07-25 19:30 +0200
Message-ID <rYRRv-7m5-19@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi guys,

this is an attempt to fix problem os Asus laptops which touchpads
stop to work after a suspend/resume. It's kind of a big hammer, but I couldn't
find any other way to do it.

As described in the first patch, when i8042 controller receives a selftest in some
models of elantech touchpads, the elantech driver fails to detect the device.

Is there any other alternative to fix this problem in a more elegant way?

Thanks,

Marcos Paulo de Souza (2):
  input/serio/i8042: Skip selftest on i8042 controller in some ASUS
    laptops
  kernel-parameters.txt: Add new entry for i8042.noselftest

 Documentation/kernel-parameters.txt   |  3 ++
 drivers/input/serio/i8042-x86ia64io.h | 57 +++++++++++++++++++++++++++++++++++
 drivers/input/serio/i8042.c           | 10 ++++++
 3 files changed, 70 insertions(+)

-- 
2.7.4

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH 0/2] Fix elantech touchpad after suspend/resume Marcos Paulo de Souza <marcos.souza.org@gmail.com> - 2016-07-25 19:30 +0200

csiph-web