Re: [Linuxwacom-devel] Lenovo X201 Tablet troubles

2011-01-23 Thread AndrewP
Chris, I managed to try your suggestions: this if (!coord.tip !coord.eraser) ds-pressure = 0; didn't discard false clicks. As there is Tip pressure reported by isdv4-debugger. 2. and if(ds-pressure 128) ds-pressure = 0; possibly shoved off more than we needed, because I lost click instantly,

Re: [Linuxwacom-devel] Lenovo X201 Tablet troubles

2011-01-23 Thread AndrewP
I refreshed my memories with Windows7 and I must say, distortions I've said about earlier might be a software issue, because I didn't see them on plain desktop. So everything feels fine in Windows7 I sketched several pictures there with my natural style and handling, but didn't notice anything

Re: [Linuxwacom-devel] using Super_L, correct keysym, bad keycode (off by 1)?

2011-01-23 Thread Peter Hutterer
On Sun, Jan 23, 2011 at 06:25:45PM +0100, Andrzej Giniewicz wrote: Hi, today I noticed one thing, I tried to set one of buttons to key super t - though when checking it in xev I found out, that the key being used instead of Super_L is: keycode 132 (keysym 0x0, NoSymbol) When I use the

[Linuxwacom-devel] [PATCH 2/2] Retrieve resolution directly from input_absinfo

2011-01-23 Thread Ping Cheng
Resolution is added to input_absinfo in kernel 2.6.30. Let's Retrieve it directly from there if available. Signed-off-by: Ping Cheng pingli...@gmail.com --- src/wcmUSB.c | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/src/wcmUSB.c b/src/wcmUSB.c index