~ubuntu-branches/ubuntu/saucy/joystick/saucy

1
2
3
4
5
6
7
#!/bin/sh

if [ -x /sbin/udevadm ]; then
    for device in /dev/input/js*; do
	/sbin/udevadm info -a -n $device >&3
    done
fi