aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2014-10-10 15:19:03 -0400
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2014-10-11 14:34:43 -0400
commit68da166491655bc54051bf04c78ce648e2e33508 (patch)
tree9e3a830d7782512b492011932ddd789d13a900c4 /Documentation
parent9ff84a17302aeb8913ff244ecc0d8f9d219fecb5 (diff)
Input: i8042 - disable active multiplexing by default
Active multiplexing is a nice feature as it allows several pointing devices (such as touchpad and external mouse) use their native protocols at the same time. Unfortunately many manufacturers do not implement the feature properly even though they advertise it. The problematic implementations are never fixed, since Windows by default does not use this mode, and move from one BIOS/model of laptop to another. When active multiplexing is broken turning it on usually results in touchpad, keyboard, or both unresponsive. With PS/2 usage on decline (most of PS/2 devices in use nowadays are internal laptop touchpads), I expect number of users who have laptops with working MUX implementation, docking stations with external PS/2 ports, and who are still using external PS/2 mice, to be rather small. Let's flip the default to be OFF and allow activating it through i8042.nomux=0 kernel option. We'll also keep DMI table where we can record known good models. Acked-by: Jiri Kosina <jkosina@suse.cz> Acked-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/kernel-parameters.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 10d51c2f10d7..6b1054387023 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -1237,7 +1237,7 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
1237 i8042.noloop [HW] Disable the AUX Loopback command while probing 1237 i8042.noloop [HW] Disable the AUX Loopback command while probing
1238 for the AUX port 1238 for the AUX port
1239 i8042.nomux [HW] Don't check presence of an active multiplexing 1239 i8042.nomux [HW] Don't check presence of an active multiplexing
1240 controller 1240 controller. Default: true.
1241 i8042.nopnp [HW] Don't use ACPIPnP / PnPBIOS to discover KBD/AUX 1241 i8042.nopnp [HW] Don't use ACPIPnP / PnPBIOS to discover KBD/AUX
1242 controllers 1242 controllers
1243 i8042.notimeout [HW] Ignore timeout condition signalled by controller 1243 i8042.notimeout [HW] Ignore timeout condition signalled by controller