Hi, I have a PowerBook here that has has an internal USB keyboard/trackpad/consumer device (the consumer device is just the 'eject' button). Now I'd like to have a symlink from /dev/input/event2 to /dev/input/internal-keyboard but I can't figure out how to configure udev to do this. I tried BUS="usb", SYSFS{idVendor}="05ac", SYSFS{idProduct}="020e", NAME="input/internal" but that gives me a device node (don't care if its a symlink or not) for event3 which is the eject button. Is it possible to differentiate between the three devices that are generated from this? thanks, johannes