]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Input: i8042 - set up shared ps2_cmd_mutex for AUX ports
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 17 Aug 2016 00:38:54 +0000 (17:38 -0700)
committerJiri Slaby <jslaby@suse.cz>
Fri, 23 Sep 2016 07:29:21 +0000 (09:29 +0200)
commit1bc74ff3eeb249ab98674bb31e92abee566bb3d5
treedeb60f9a6b1c1a25af1eafe24e3f69894a0d129f
parente5d9fc669fe391ba7bd187873051fec42d7fc7df
Input: i8042 - set up shared ps2_cmd_mutex for AUX ports

commit 47af45d684b5f3ae000ad448db02ce4f13f73273 upstream.

The commit 4097461897df ("Input: i8042 - break load dependency ...")
correctly set up ps2_cmd_mutex pointer for the KBD port but forgot to do
the same for AUX port(s), which results in communication on KBD and AUX
ports to clash with each other.

Fixes: 4097461897df ("Input: i8042 - break load dependency ...")
Reported-by: Bruno Wolff III <bruno@wolff.to>
Tested-by: Bruno Wolff III <bruno@wolff.to>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
drivers/input/serio/i8042.c