]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drivers: staging: nvec: remove bogus reset command for PS/2 interface
authorPaul Fertser <fercerpav@gmail.com>
Thu, 27 Oct 2016 14:22:08 +0000 (17:22 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Nov 2016 09:51:46 +0000 (10:51 +0100)
commit529789866abec7a9b2857baeb5b525101d83df04
treeaafbcbe7bec118b7754f607a86454f8032240a90
parentdea774aac05496fd51a172ec2f658b73d45705ec
drivers: staging: nvec: remove bogus reset command for PS/2 interface

commit d8f8a74d5fece355d2234e1731231d1aebc66b38 upstream.

This command was sent behind serio's back and the answer to it was
confusing atkbd probe function which lead to the elantech touchpad
getting detected as a keyboard.

To prevent this from happening just let every party do its part of the
job.

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Acked-by: Marc Dietrich <marvin24@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/nvec/nvec_ps2.c