Re: [Linuxwacom-devel] Set keystrokes by xsetwacom

2011-03-16 Thread Ping Cheng
On Tue, Mar 15, 2011 at 5:23 PM, Peter Hutterer peter.hutte...@who-t.netwrote: On Tue, Mar 15, 2011 at 12:42:18PM -0700, Ping Cheng wrote: I am lost in my own backyard ;(. Can we still set a keystroke which has one of these keys: NumLock, PgUp, PgDn, End? Any key that's a valid X

Re: [Linuxwacom-devel] Graphire's and PAD issues

2011-03-16 Thread Chris Bagwell
On Mon, Mar 14, 2011 at 10:14 PM, Ping Cheng pingli...@gmail.com wrote: On Tue, Mar 15, 2011 at 2:31 AM, Chris Bagwell Hmmm.  There is an issue there when we convert to generic, huh?  Well, we can squeak by if we continue to use BTN_LEFT/RIGHT/MIDDLE for mouse and BTN_0/1/4/5 for PAD. I

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

2011-03-16 Thread chris
From: Chris Bagwell ch...@cnpbagwell.com Previously, buttons and ring events from tablet pad itself where sent as a tool called BTN_TOOL_FINGER and that finger event never toggled back to zero. Its serial number also never transition to zero. This approach had some issues in user land when

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

2011-03-16 Thread Ping Cheng
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, 60 insertions(+), 2 deletions(-) diff --git a/src/wcmUSB.c