Skip to content

Commit 73d8ef7

Browse files
committed
Input: mousedev - stop offering PS/2 to userspace by default
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>
1 parent 8b1a315 commit 73d8ef7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/input/Kconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ comment "Userland interfaces"
9494

9595
config INPUT_MOUSEDEV
9696
tristate "Mouse interface"
97-
default y
9897
help
9998
Say Y here if you want your mouse to be accessible as char devices
10099
13:32+ - /dev/input/mouseX and 13:63 - /dev/input/mice as an
@@ -109,7 +108,6 @@ config INPUT_MOUSEDEV
109108

110109
config INPUT_MOUSEDEV_PSAUX
111110
bool "Provide legacy /dev/psaux device"
112-
default y
113111
depends on INPUT_MOUSEDEV
114112
help
115113
Say Y here if you want your mouse also be accessible as char device
@@ -118,7 +116,6 @@ config INPUT_MOUSEDEV_PSAUX
118116

119117
If unsure, say Y.
120118

121-
122119
config INPUT_MOUSEDEV_SCREEN_X
123120
int "Horizontal screen resolution"
124121
depends on INPUT_MOUSEDEV

0 commit comments

Comments
 (0)