Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1449669 > unrolled thread
| Started by | Marcos Paulo de Souza <marcos.souza.org@gmail.com> |
|---|---|
| First post | 2016-07-25 19:30 +0200 |
| Last post | 2016-07-25 19:30 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 2/2] kernel-parameters.txt: Add new entry for i8042.noselftest Marcos Paulo de Souza <marcos.souza.org@gmail.com> - 2016-07-25 19:30 +0200
| From | Marcos Paulo de Souza <marcos.souza.org@gmail.com> |
|---|---|
| Date | 2016-07-25 19:30 +0200 |
| Subject | [PATCH 2/2] kernel-parameters.txt: Add new entry for i8042.noselftest |
| Message-ID | <rYRRv-7m5-15@gated-at.bofh.it> |
This new parameter makes i8042 controller to skip selftest. It's useful to test some problems in touchpads that stop to work after a suspend/resume cycle. Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> --- Documentation/kernel-parameters.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 82b42c9..025a036 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt @@ -1431,6 +1431,9 @@ bytes respectively. Such letter suffixes can also be entirely omitted. controllers i8042.notimeout [HW] Ignore timeout condition signalled by controller i8042.reset [HW] Reset the controller during init and cleanup + i8042.noselftest + [HW] Disable controller selftest, as it can cause + problems on some devices i8042.unlock [HW] Unlock (ignore) the keylock i8042.kbdreset [HW] Reset device connected to KBD port -- 2.7.4
Back to top | Article view | linux.kernel
csiph-web