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


Groups > linux.kernel > #1449672 > unrolled thread

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

Started byMarcos Paulo de Souza <marcos.souza.org@gmail.com>
First post2016-07-25 19:30 +0200
Last post2016-07-25 19:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

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

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

FromMarcos Paulo de Souza <marcos.souza.org@gmail.com>
Date2016-07-25 19:30 +0200
Subject[PATCH 0/2] Fix elantech touchpad after suspend/resume
Message-ID<rYRRv-7m5-19@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web