[Linuxwacom-devel] [PATCH 1/2] Convert ISDV4 resolution to points/m

2011-02-01 Thread Ping Cheng
Signed-off-by: Ping Cheng pingli...@gmail.com --- src/wcmISDV4.c | 15 +-- 1 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/wcmISDV4.c b/src/wcmISDV4.c index 7080f5b..54d47ec 100644 --- a/src/wcmISDV4.c +++ b/src/wcmISDV4.c @@ -31,6 +31,10 @@ #define

[Linuxwacom-devel] [PATCH 2/2] Prepare for Tablet PC MT format

2011-02-01 Thread Ping Cheng
We borrowed _TAP_ for 2FGT Tablet PC support when MT protocol was not available (before kernel 2.6.30 was released). MT support in the kernel is getting stable now. To move Tablet PC to MT format, we face two issues: 1. USB Tablet PC 1FGT devices will not emit BTN_TOOL_FINGER event since it is a

Re: [Linuxwacom-devel] [PATCH 2/2] Prepare for Tablet PC MT format

2011-02-01 Thread Chris Bagwell
Been out of action with a cold. Trying slowing to get back online. I'll just comment on this patch in series. On Tue, Feb 1, 2011 at 3:36 PM, Ping Cheng pingli...@gmail.com wrote: We borrowed _TAP_ for 2FGT Tablet PC support when MT protocol was not available (before kernel 2.6.30 was

[Linuxwacom-devel] [PATCH] fix cursor jumps when clicking button on relative devices

2011-02-01 Thread chris
From: Chris Bagwell ch...@cnpbagwell.com Placing a stylus in relative mode (xinput set-mode x RELATIVE) would result in unexpected mouse movement when a button click occured. Similar reports given for mouse tool which defaults to relative mode on its own. I believe the memset()'s zeros were

Re: [Linuxwacom-devel] [PATCH 1/2] Convert ISDV4 resolution to points/m

2011-02-01 Thread Peter Hutterer
On Tue, Feb 01, 2011 at 01:36:11PM -0800, Ping Cheng wrote: Signed-off-by: Ping Cheng pingli...@gmail.com please, when sending updated patches amend the subject line to something like [PATCH v2] blah blah plus a mini changelog before the diff. I get a lot of patches and usually don't

Re: [Linuxwacom-devel] [PATCH] fix cursor jumps when clicking button on relative devices

2011-02-01 Thread Peter Hutterer
On Tue, Feb 01, 2011 at 09:11:50PM -0600, ch...@cnpbagwell.com wrote: From: Chris Bagwell ch...@cnpbagwell.com Placing a stylus in relative mode (xinput set-mode x RELATIVE) would result in unexpected mouse movement when a button click occured. Similar reports given for mouse tool which