On Fri, 3 May 2002, William Earnest wrote: > Ideally, some way to map the device ID to the desired js? entry would be > a good solution. Win98 does implement such a configurable setup, so the > question is how best to do it?
This may not be the best but is quick and works: use hotplugging to run different scripts for different joystics which make the right aliases to js0 and js1. E.g. use symbolic links myjs0 and myjs1 And in /etc/hotplug/usb put two scripts myjs0 and myjs1 which make the right alias from $DEVICE (js0 or js1) to myjs0 and 1 appropiately. BR, Jacek _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
