Re: [Linuxwacom-devel] [PATCH 3/3] Centralize pen and touch arbitration

2011-04-01 Thread Ping Cheng
On Thu, Mar 31, 2011 at 10:57 PM, Peter Hutterer peter.hutte...@who-t.netwrote: On Thu, Mar 31, 2011 at 10:37:54PM -0700, Ping Cheng wrote: On Thu, Mar 31, 2011 at 4:43 PM, Peter Hutterer peter.hutte...@who-t.netwrote: /* FIXME: why strstr and not strcmp? */ if

[Linuxwacom-devel] [PATCH] Add support for Lenovo tablet ID 0xE6

2011-04-01 Thread Timo Aaltonen
From: Timo Aaltonen timo.aalto...@canonical.com Signed-off-by: Timo Aaltonen timo.aalto...@canonical.com Tested-by: Manoj Iyer manoj.i...@canonical.com --- src/wcmUSB.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/wcmUSB.c b/src/wcmUSB.c index 81af067..61983eb

Re: [Linuxwacom-devel] [PATCH] Add support for Lenovo tablet ID 0xE6

2011-04-01 Thread Ping Cheng
Hi Timo, Does E6 come with a stylus (pen)? If so, you need to change the resolution from 5 to 10. Thank you. Ping P.S., I don't have that system myself. On Fri, Apr 1, 2011 at 2:45 AM, Timo Aaltonen tjaal...@ubuntu.com wrote: From: Timo Aaltonen timo.aalto...@canonical.com

Re: [Linuxwacom-devel] [PATCH 5/7] Decrease minimum number of args to 'set' [allow wheels/strips reset]

2011-04-01 Thread Jason Gerecke
On Thu, Mar 31, 2011 at 9:21 PM, Peter Hutterer peter.hutte...@who-t.net wrote: On Wed, Mar 30, 2011 at 11:51:22PM -0700, Jason Gerecke wrote: On Wed, Mar 30, 2011 at 9:04 PM, Peter Hutterer peter.hutte...@who-t.net wrote: On Wed, Mar 30, 2011 at 01:54:45PM -0700, Jason Gerecke wrote: Since

Re: [Linuxwacom-devel] [PATCH 7/7] Fix get_map to return proper wheel/strip button number

2011-04-01 Thread Jason Gerecke
On Thu, Mar 31, 2011 at 9:28 PM, Peter Hutterer peter.hutte...@who-t.net wrote: On Thu, Mar 31, 2011 at 12:07:32AM -0700, Jason Gerecke wrote: On Wed, Mar 30, 2011 at 9:20 PM, Peter Hutterer peter.hutte...@who-t.net wrote: On Wed, Mar 30, 2011 at 01:54:47PM -0700, Jason Gerecke wrote:

Re: [Linuxwacom-devel] [linuxwacom-announce] [ANNOUNCE] xf86-input-wacom 0.10.99.1

2011-04-01 Thread Andrzej Giniewicz
Hi, I just tested the 0.10.99.1 out using kernel 2.6.37.5+input-wacom-0.10.11 on Bamboo 2FG 4x5 (PT). I noticed two regressions compared to 0.10.11, all on fresh setup without configuration changes: 1) Button 9 on finger pad no longer works for me - it doesn't generate any event in xev (other

Re: [Linuxwacom-devel] [PATCH] Add support for Lenovo tablet ID 0xE6

2011-04-01 Thread TImo Aaltonen
On 01.04.2011 19:59, Ping Cheng wrote: Hi Timo, Does E6 come with a stylus (pen)? If so, you need to change the resolution from 5 to 10. As I understand it, yes. Actually, it was tested with 0.10.8 which used old resolution values (1016), so here I copied what Volito2 had in master..