Peter Hutterer wrote: [...] > is there hardware that can do finger identification? (i.e. thumb vs. index > finger)? Should we accommodate for this? I believe we should start with events that fit the general idea of detailed finger information, and which can be produced by at least one existing kernel driver, so that we can test it immediately. I believe the proposed set pretty much covers it. I would love to be wrong. :-) Regarding identification, one of the harder problems involved in making use of finger data is that of matching an anonymous finger at a certain position to an identified finger, tagged with a number. This is very important in order to know if the fingers moved, which finger did the tapping, how much rotation was made, etc. Generally, this is the (euclidian) bipartite matching problem, and is one of the major computations a multi-touch X driver needs to perform. I can imagine such identification features eventually ending up on a chip. Maybe someone more knowledgeable in hardware can give us a hint. -- 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