提交 73d8ef76 编写于 作者: D Dmitry Torokhov

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: NJiri Kosina <jkosina@suse.cz>
Acked-by: NPeter Hutterer <peter.hutterer@who-t.net>
Acked-by: NBenjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
上级 8b1a315b
...@@ -94,7 +94,6 @@ comment "Userland interfaces" ...@@ -94,7 +94,6 @@ comment "Userland interfaces"
config INPUT_MOUSEDEV config INPUT_MOUSEDEV
tristate "Mouse interface" tristate "Mouse interface"
default y
help help
Say Y here if you want your mouse to be accessible as char devices 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 13:32+ - /dev/input/mouseX and 13:63 - /dev/input/mice as an
...@@ -109,7 +108,6 @@ config INPUT_MOUSEDEV ...@@ -109,7 +108,6 @@ config INPUT_MOUSEDEV
config INPUT_MOUSEDEV_PSAUX config INPUT_MOUSEDEV_PSAUX
bool "Provide legacy /dev/psaux device" bool "Provide legacy /dev/psaux device"
default y
depends on INPUT_MOUSEDEV depends on INPUT_MOUSEDEV
help help
Say Y here if you want your mouse also be accessible as char device Say Y here if you want your mouse also be accessible as char device
...@@ -118,7 +116,6 @@ config INPUT_MOUSEDEV_PSAUX ...@@ -118,7 +116,6 @@ config INPUT_MOUSEDEV_PSAUX
If unsure, say Y. If unsure, say Y.
config INPUT_MOUSEDEV_SCREEN_X config INPUT_MOUSEDEV_SCREEN_X
int "Horizontal screen resolution" int "Horizontal screen resolution"
depends on INPUT_MOUSEDEV depends on INPUT_MOUSEDEV
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册