Skip to content

Commit

Permalink
Input: mousedev - stop offering PS/2 to userspace by default
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dmitry Torokhov committed Jan 31, 2017
1 parent 8b1a315 commit 73d8ef7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/input/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 73d8ef7

Please sign in to comment.