Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1449669
| From | Marcos Paulo de Souza <marcos.souza.org@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/2] kernel-parameters.txt: Add new entry for i8042.noselftest |
| Date | 2016-07-25 19:30 +0200 |
| Message-ID | <rYRRv-7m5-15@gated-at.bofh.it> (permalink) |
| References | <rYRRv-7m5-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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 linux.kernel | Previous | Next | Find similar | Unroll thread
[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
csiph-web