Hi Chase, On Wed, Jun 29, 2011 at 11:02:53AM +0100, Chase Douglas wrote: > In the older "profile" devices, we got essentially the bounding box of > all touches. This allows us to detect pinch gestures between the two > most extreme touches when there are three touches on the touchpad. This isn't necessarily true for all pads. If you look at Derek's patchset from a couple of weeks ago, it was for a profile sensor which had the same reporting behaviour. Internally, the touchpad could track many fingers, but would always report the first (in SGM packet) and most recent (in AGM packet) fingers. You could fake a bounding-box calculation, but it would be the bounding box of fingers 0 and n, rather than the bounding box of all fingers. > The above description makes it sound like we will no longer have a > bounding box of touches. According to the description, if I put four > fingers down in a square formation and then touch a fifth finger in the > middle of the square, I will only see the locations of one corner and > the middle of the square. This would make meaningful gesture detection > beyond two touches nearly impossible. Is this really how the touchpad > works, or is the above description not quite right? Yes, I believe that's how the touchpad works. It would be nice to get all fingers, but unfortunately PS/2 doesn't give us enough bandwidth to do that. Cheers, Daniel -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html