|
From: Maximilian F. <max...@go...> - 2012-12-03 19:09:07
|
Am 03.12.2012 19:55, schrieb Ping Cheng: > Favux and Jason beat me to the list. You can tell we have a > very supportive team here. Now comes my version of the reply. Hope it is > the final -;). That is indeed true. I didn't have high hopes when first posting here, but since then I received plenty of insightful information. Thanks so far to all discussion participants! > The kernel patch was submitted by Manoj Iyer [1] last year. I do not > have an E6 system to work on. But I did acknowledge the patch since I > think considering E6 as a 2 finger touch device is a reasonably > decision. We do not support bounding box in X driver anyway. > > What steps did you use to see the "5 touches supported" message? I'd > like to see if there is anything we can do about it. I used the following: http://paste.ubuntu.com/1408532/ Observe the last line: "Max number of touches: 5" > Whoever has the system and is motivated to add the support will take us > to the next step. Your German beer will encourage some people to try, I > am sure ;-). Could you, if it doesn't take too much time, elaborate on how realistic you think an (optional) option is, to map the "fake" touches to x/y values of the touches we can really track? For example I see that the latest head of easystroke (a gesture recognizer) started implementing multitouch support. So if I can record gestures with these additional fake touches I can at least use the additional fingers for easy/basic 3-5 finger gestures. I don't think it would matter then if two fingers are directly above each other. Maybe I'm getting this all wrong though. How do you receive information about the number of fingers in the driver? Would you calculate them by "guessing" from the bounding box of the touch, or can you read the number directly from the hardware? Max |