Re: [Linuxwacom-devel] [PATCH 2/3] Ignore MT touch events when pen is in proximity

2011-03-18 Thread Peter Hutterer
On Wed, Mar 16, 2011 at 03:55:51PM -0700, Ping Cheng wrote: This patch will need to be updated when XInput 2.1 is ready to process MT events. Signed-off-by: Ping Cheng pinglin...@gmail.com --- src/wcmUSB.c | 62 - 1 files changed,

Re: [Linuxwacom-devel] [PATCH 3/3] Enable left click for MT touchscreen

2011-03-18 Thread Peter Hutterer
On Wed, Mar 16, 2011 at 03:56:10PM -0700, Ping Cheng wrote: Touchscrren is in absolute mode. Send left click down/up when typo i'm not quite sure how the mode relates to the sending of click down/up events. can you clarify this? the first finger touches/leaves the tablet. Signed-off-by:

[Linuxwacom-devel] [PATCH 2/2 v2] Enable left click for MT touchscreen

2011-03-18 Thread Ping Cheng
Tools that are in absolute mode emit left click when the tool touches the surface. However, tools in relative mode need to locate the object on the surface before it selects (left click on) the object. That is, a second event (tap/leave/touch) is needed to trigger a left click for relative mode

[Linuxwacom-devel] [PATCH] Remove one FIXME

2011-03-18 Thread Ping Cheng
Get the f out of the code as well as the root cause. A proper fix would be to use resolution to decide the distance. That can be considered when we push the resolution table to the kernel. Hopefully, at that time, we can also post MT events to XInput 2.1 and push the gesture support to the

Re: [Linuxwacom-devel] [PATCH 1/2 v2] Support pen and MT on the same logical port

2011-03-18 Thread Chris Bagwell
On Fri, Mar 18, 2011 at 5:04 PM, Ping Cheng pingli...@gmail.com wrote: Serial ISDv4 kernel driver, wacom_w8001.ko, provides both pen and touch events on the same logical port. Filtering touch events when pen is in proximity while allowing pen events (ABS_X/Y, etc) pass. Making this action

[Linuxwacom-devel] [PATCH 2/2] Clear the correct amount of memory

2011-03-18 Thread Jason Gerecke
Though this doesn't result in any bad behavior at the moment, it could cause some serious headaches in the future. Signed-off-by: Jason Gerecke killert...@gmail.com --- src/wcmXCommand.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/wcmXCommand.c

Re: [Linuxwacom-devel] [PATCH] Input: wacom - rework graphire pad buttons logic

2011-03-18 Thread Chris Bagwell
On Thu, Mar 17, 2011 at 3:49 PM, Ping Cheng pingli...@gmail.com wrote: On Thu, Mar 17, 2011 at 9:41 AM, Chris Bagwell ch...@cnpbagwell.com wrote: finger event never toggled back to zero.  Its serial number also never transition to zero. This approach had some issues in user land when