Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

-3
-3
drivers/input/Kconfig
··· 94 94 95 95 config INPUT_MOUSEDEV 96 96 tristate "Mouse interface" 97 - default y 98 97 help 99 98 Say Y here if you want your mouse to be accessible as char devices 100 99 13:32+ - /dev/input/mouseX and 13:63 - /dev/input/mice as an ··· 108 109 109 110 config INPUT_MOUSEDEV_PSAUX 110 111 bool "Provide legacy /dev/psaux device" 111 - default y 112 112 depends on INPUT_MOUSEDEV 113 113 help 114 114 Say Y here if you want your mouse also be accessible as char device ··· 115 117 the same as the data from /dev/input/mice. 116 118 117 119 If unsure, say Y. 118 - 119 120 120 121 config INPUT_MOUSEDEV_SCREEN_X 121 122 int "Horizontal screen resolution"