Comment 15 for bug 633225

Revision history for this message
Chase Douglas (chasedouglas) wrote :

Hi tob,

uTouch is intended to be used for touchpads too. Your code just needs to send both ABS_MT_POSITION_{X,Y} and ABS_{X,Y} for one of the touches. I've taken your code and integrated it here:

http://kernel.ubuntu.com/git?p=cndougla/ubuntu-natty.git;a=shortlog;h=refs/heads/multitouch-synaptics

I'm still testing things out, but there's an issue with touchpads with integrated buttons that needs to be worked out. We'll be working with the community on this issue, mainly on the xorg-devel and linux-input mailing lists.

Feel free to comment on anything here as well.

Again, thanks a bunch for figuring out the MT protocol!