Hi Martin, thank you for the hint. Unfortunately, I have no experience with driver programming, so I won't be able to provide diffs :(
Best regards, Nils 2012/5/8 Martin Pieuchot <[email protected]>: > On 08/05/12(Tue) 13:53, Nils Reu_e wrote: >> I did some more research and got the following (including vendor and >> product ids) from my Arch Linux installation: >> >> [...] >> >> I: Bus=0011 Vendor=0002 Product=0008 Version=7326 > ^^^^ > > If you look at /sys/dev/pckbc/pms.c you'll find: > > #if 0 > { 0x7326, 0, 0 }, /* XXX Uses unknown v3 protocol */ > #endif > > Your touchpad uses a different protocol and is currently not supported > under OpenBSD. But if like you said Linux now supports this version of > ALPS touchpads, it should be possible to learn this protocol from their > driver. > > If you have some diffs, don't hesitate to contact me. > > Martin

