]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Input: mousedev - stop offering PS/2 to userspace by default
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 27 Dec 2016 19:53:45 +0000 (11:53 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 31 Jan 2017 19:31:49 +0000 (11:31 -0800)
Evdev interface has been available for many years and by now everyone
is switched to using it, so let's stop offering /dev/input/mouseN
and /dev/psaux by default.

Acked-by: Jiri Kosina <jkosina@suse.cz>
Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
Acked-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/Kconfig

index 6261874c07c9a76783227b28fd2020df32d6389a..ff80377987795df3bdd3755e55806499ea54d6d2 100644 (file)
@@ -94,7 +94,6 @@ comment "Userland interfaces"
 
 config INPUT_MOUSEDEV
        tristate "Mouse interface"
-       default y
        help
          Say Y here if you want your mouse to be accessible as char devices
          13:32+ - /dev/input/mouseX and 13:63 - /dev/input/mice as an
@@ -109,7 +108,6 @@ config INPUT_MOUSEDEV
 
 config INPUT_MOUSEDEV_PSAUX
        bool "Provide legacy /dev/psaux device"
-       default y
        depends on INPUT_MOUSEDEV
        help
          Say Y here if you want your mouse also be accessible as char device
@@ -118,7 +116,6 @@ config INPUT_MOUSEDEV_PSAUX
 
          If unsure, say Y.
 
-
 config INPUT_MOUSEDEV_SCREEN_X
        int "Horizontal screen resolution"
        depends on INPUT_MOUSEDEV