summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2016-12-27 14:53:45 -0500
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2017-01-31 14:31:49 -0500
commit73d8ef76006b649f9c272cb4473039e25fcc9908 (patch)
tree4954a5b840818dd5e0ec875bf3ab4ca9f0a23f75
parent8b1a315b35a961198336b944635c6936321b4a77 (diff)
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>
-rw-r--r--drivers/input/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig
index 6261874c07c9..ff8037798779 100644
--- a/drivers/input/Kconfig
+++ b/drivers/input/Kconfig
@@ -94,7 +94,6 @@ comment "Userland interfaces"
94 94
95config INPUT_MOUSEDEV 95config INPUT_MOUSEDEV
96 tristate "Mouse interface" 96 tristate "Mouse interface"
97 default y
98 help 97 help
99 Say Y here if you want your mouse to be accessible as char devices 98 Say Y here if you want your mouse to be accessible as char devices
100 13:32+ - /dev/input/mouseX and 13:63 - /dev/input/mice as an 99 13:32+ - /dev/input/mouseX and 13:63 - /dev/input/mice as an
@@ -109,7 +108,6 @@ config INPUT_MOUSEDEV
109 108
110config INPUT_MOUSEDEV_PSAUX 109config INPUT_MOUSEDEV_PSAUX
111 bool "Provide legacy /dev/psaux device" 110 bool "Provide legacy /dev/psaux device"
112 default y
113 depends on INPUT_MOUSEDEV 111 depends on INPUT_MOUSEDEV
114 help 112 help
115 Say Y here if you want your mouse also be accessible as char device 113 Say Y here if you want your mouse also be accessible as char device
@@ -118,7 +116,6 @@ config INPUT_MOUSEDEV_PSAUX
118 116
119 If unsure, say Y. 117 If unsure, say Y.
120 118
121
122config INPUT_MOUSEDEV_SCREEN_X 119config INPUT_MOUSEDEV_SCREEN_X
123 int "Horizontal screen resolution" 120 int "Horizontal screen resolution"
124 depends on INPUT_MOUSEDEV 121 depends on INPUT_MOUSEDEV