from: $ udevadm info --query=all --path=/sys/class/input/event5
P: /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input7/event5
N: event5
S: char/13:69
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input7/event5
E: MAJOR=13
E: MINOR=69
E: SUBSYSTEM=input
E: DEVNAME=/dev/event5
E: DEVLINKS=/dev/char/13:69
..seems it's /dev/event5, not /dev/input/event5 - strange it doesn't get put in /dev/input but with "Device" "/dev/event5", the mouse is now found.