--- todo ---
little explanation of what's going on with this patch.
the first thing in my todo list is modify the code to have
the same behaviour of the usb trackpad of macbook and macbook pro
under macosx tiger:
a scrolling trackpad for precise cursor control that supports
two-finger scrolling, tap, double-tap, and drag capabilities.
the idea is working with the z_axis parameter:
if this parameter is more than something means that there is a
two-finger tap and it should be identified by kernel as a
right-click.
this patch has been discussed on Linux Kernel Mailing List:
http://lkml.org/lkml/2006/1/6/453
luca bigliardi agrees with this mail from vojtech pavlik:
http://lkml.org/lkml/2006/1/7/35
so if anyone wants to continue with this 'public relation' work
i _really_ appreciate! Just let me know you're doing it.
there was only one more point: the evdev patch.
the initial idea was play with repeaters, but with
pbbuttonsd >= 0.7.8 the problem is resolved. ;)