[Bug 4788] wine should look for joystick devices in /dev/input

Wine Bugs wine-bugs at winehq.org
Thu Mar 9 23:08:34 CST 2006


http://bugs.winehq.org/show_bug.cgi?id=4788





------- Additional Comments From yangman at gmail.com  2006-09-03 23:08 -------
I grabbed the latest udev from kernel.org, and grepped the included config files
to see what they say:

$ grep '^KERNEL=="js' */*
debian/devfs.rules:KERNEL=="js[0-9]*",          NAME="input/%k"
debian/permissions.rules:KERNEL=="js[0-9]*",    MODE="0664"
debian/udev.rules:KERNEL=="js[0-9]*",           NAME="input/%k"
gentoo/udev.rules:KERNEL=="js*",                NAME="input/%k", MODE="664"
redhat/udev.rules:KERNEL=="js[0-9]*",           MODE="0644"
redhat/udev.rules:KERNEL=="js*",                        NAME="input/%k",
SYMLINK+="%k"
suse/50-udev-default.rules:KERNEL=="js*",                       NAME="input/%k",
MODE="0644"


So, I'm fairly convinced that any symlink, if available, should actually be
/dev/input/js* -> ../js*

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list