19 Apr
2006
19 Apr
'06
1:18 p.m.
Mike Frysinger wrote:
with udev now, joystick nodes are created as /dev/input/js# and /dev/js# no longer exists ... attached patch will search for /dev/input/js# first and if that doesnt exist, fall back to /dev/js#
You could easily maintain compatibility with Wine and any other application using joysticks simply by adding some symlinks in /dev. That's what my system has, and it's using udev. Mike