Re: [Linuxwacom-devel] Waltop based VisTablet detects both stylus buttons as the same button

2011-02-21 Thread Nikolai Kondrashov
On 02/21/2011 08:24 AM, Collin Day wrote: Anyway, my kernel version is 2.6.36 and I am using xf86-input-wacom 0.10.11 ( I also tried the git repository with the same results ). I know it isn't a wacom tablet specifically, but I was wondering if anyone knows about this or would be interested

Re: [Linuxwacom-devel] [PATCH] Make 1 finger tap work based on finger release.

2011-02-21 Thread Ping Cheng
Hi Andrzej, Looks like you have tested this patch yourself. Can you report back here with your testing result and a Tested-by tag? I am willing to put Acked-by once I see Tested-by. Thank you. Ping On Mon, Feb 21, 2011 at 12:49 PM, ch...@cnpbagwell.com wrote: From: Chris Bagwell

Re: [Linuxwacom-devel] [PATCH] Make 1 finger tap work based on finger release.

2011-02-21 Thread Andrzej Giniewicz
Hi, Looks like you have tested this patch yourself. Can you report back here with your testing result and a Tested-by tag? I am willing to put Acked-by once I see Tested-by. well, indeed I tested it. About tagging, I'm not sure if this is what you mean, but here goes a try. If this is done

Re: [Linuxwacom-devel] [PATCH] Make 1 finger tap work based on finger release.

2011-02-21 Thread Chris Bagwell
On Mon, Feb 21, 2011 at 2:29 PM, Andrzej Giniewicz ggi...@gmail.com wrote: Hi, Looks like you have tested this patch yourself. Can you report back here with your testing result and a Tested-by tag? I am willing to put Acked-by once I see Tested-by. well, indeed I tested it.  About tagging,

Re: [Linuxwacom-devel] [PATCH] Make 1 finger tap work based on finger release.

2011-02-21 Thread Ping Cheng
On Tue, Feb 22, 2011 at 4:29 AM, Andrzej Giniewicz ggi...@gmail.com wrote: Hi, Looks like you have tested this patch yourself. Can you report back here with your testing result and a Tested-by tag? I am willing to put Acked-by once I see Tested-by. well, indeed I tested it. About

Re: [Linuxwacom-devel] [PATCH] allow button events while touch is disabled

2011-02-21 Thread Ping Cheng
On Mon, Feb 21, 2011 at 9:19 AM, ch...@cnpbagwell.com wrote: From: Chris Bagwell ch...@cnpbagwell.com PROTOCOL_GENERIC devices send pad buttons along with touchscreen/touchpad events. Since we are emulating pad device concept, we need to let pad events go through when touch is disabled.

Re: [Linuxwacom-devel] [PATCH] distcheck fails, xsetwacom.c needs X11_CFLAGS for UNITTESTS

2011-02-21 Thread Peter Hutterer
On Sun, Feb 20, 2011 at 06:42:44PM -0500, Gaetan Nadon wrote: On Mon, 2011-02-21 at 08:51 +1000, Peter Hutterer wrote: On Fri, Feb 18, 2011 at 06:27:29PM -0500, Gaetan Nadon wrote: On Sat, 2011-02-19 at 08:22 +1000, Peter Hutterer wrote: xsetwacom_test_LDADD=$(GLIB_LIBS)

Re: [Linuxwacom-devel] [PATCH] Add autogen.sh to EXTRA_DIST

2011-02-21 Thread Peter Hutterer
On Fri, Feb 18, 2011 at 08:11:39AM -0500, Gaetan Nadon wrote: On Fri, 2011-02-18 at 12:12 +1000, Peter Hutterer wrote: Having autogen.sh as part of the tarball allows for a single set of instructions on how to build the driver, regardless of whether it came from git or from a tarball.