I did some more research and got the following (including vendor and product ids) from my Arch Linux installation:
$ uname -rsm Linux 3.3.4-2-ARCH x86_64 $ cat /proc/bus/input/devices [...] I: Bus=0011 Vendor=0002 Product=0008 Version=0000 N: Name="DualPoint Stick" P: Phys=isa0060/serio1/input1 S: Sysfs=/devices/platform/i8042/serio1/input/input7 U: Uniq= H: Handlers=mouse0 event7 B: PROP=0 B: EV=7 B: KEY=70000 0 0 0 0 B: REL=3 I: Bus=0011 Vendor=0002 Product=0008 Version=7326 N: Name="AlpsPS/2 ALPS DualPoint TouchPad" P: Phys=isa0060/serio1/input0 S: Sysfs=/devices/platform/i8042/serio1/input/input8 U: Uniq= H: Handlers=mouse1 event8 B: PROP=8 B: EV=b B: KEY=e420 70000 0 0 0 0 B: ABS=260800001000003 [...] $ lsinput [...] /dev/input/event7 bustype : BUS_I8042 vendor : 0x2 product : 0x8 version : 0 name : "DualPoint Stick" phys : "isa0060/serio1/input1" bits ev : EV_SYN EV_KEY EV_REL /dev/input/event8 bustype : BUS_I8042 vendor : 0x2 product : 0x8 version : 29478 name : "AlpsPS/2 ALPS DualPoint TouchPad" phys : "isa0060/serio1/input0" bits ev : EV_SYN EV_KEY EV_ABS [...] Does this help? lsinput comes from http://www.kraxel.org/releases/input/ and is available in debian/ubuntu. Best regards, Nils

