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.
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
---
drivers/input/Kconfig | 3 ---
1 file changed, 3 deletions(-)
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.
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Makes sense to me.
Acked-by: Jiri Kosina [off-list ref]
Thanks,
--
Jiri Kosina
SUSE Labs
From: Peter Hutterer <hidden> Date: 2016-12-30 01:22:13
On 30/12/2016 04:07 , Dmitry Torokhov wrote:
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.
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
On Thu 29. December 2016 19:07 Dmitry Torokhov wrote:
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.
Hi! There is one exception: gpm. Without /dev/input/mice it did not work
correctly and IIRC gpm daemon is only one present in linux distributions
for mouse support in linux console mode (ctrl+alt+f1). Disabling
/dev/input/mice by default will lead to broken or non-working gpm.
--
Pali Rohár
pali.rohar@gmail.com
From: Benjamin Tissoires <hidden> Date: 2017-01-02 09:44:46
On Dec 29 2016 or thereabouts, Dmitry Torokhov wrote:
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.
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Makes sense to me
Acked-by: Benjamin Tissoires <redacted>
Cheers,
Benjamin