FS#16289 - [gpm] uses /dev/psaux by default, which is semi-deprecated
Attached to Project:
Arch Linux
Opened by Devin Cofer (Ranguvar) - Sunday, 20 September 2009, 19:27 GMT
Last edited by Eric Belanger (Snowman) - Wednesday, 30 September 2009, 21:04 GMT
Opened by Devin Cofer (Ranguvar) - Sunday, 20 September 2009, 19:27 GMT
Last edited by Eric Belanger (Snowman) - Wednesday, 30 September 2009, 21:04 GMT
|
Details
/dev/psaux was the mouse input file in Linux 2.4. Now, it is
/dev/input/mice.
That fact can be confirmed by looking at the file drivers/input/Kconfig in the Linux kernel tree: 72 config INPUT_MOUSEDEV_PSAUX 73 bool "Provide legacy /dev/psaux device" 74 default y 75 depends on INPUT_MOUSEDEV 76 ---help--- 77 Say Y here if you want your mouse also be accessible as char device 78 10:1 - /dev/psaux. The data available through /dev/psaux is exactly 79 the same as the data from /dev/input/mice. 80 81 If unsure, say Y. Obviously it's not a big deal to keep the legacy /dev/psaux, but /dev/input/mice _is_ the correct choice, and won't change gpm's behavior as can be discerned by the above. |
This task depends upon
Comment by Devin Cofer (Ranguvar) -
Sunday, 20 September 2009, 19:28 GMT
Comment by Eric Belanger (Snowman) -
Monday, 21 September 2009, 02:47 GMT
A similar bug for another distro is here:
https://bugzilla.redhat.com/show_bug.cgi?id=116118
fixed in gpm-1.20.6-3 in testing.