Re: [Linuxwacom-devel] [PATCH] Accidently removed checking type with wcmType[j].type in wcmValidateDevice.c

2010-11-21 Thread Peter Hutterer
On Sat, Nov 20, 2010 at 12:20:44PM -0800, Ping Cheng wrote: 2 steps forward 1 step back? What a great three-step waltz! Reported-by: David Foley favux...@gmail.com Tested-by: David Foley favux...@gmail.com Signed-off-by: Ping Cheng pingli...@gmail.com --- src/wcmValidateDevice.c | 21

[Linuxwacom-devel] [PATCH 4/4] Revert part of BTN_TOOL_FINGER removal.

2010-11-21 Thread chris
From: Chris Bagwell ch...@cnpbagwell.com It was not allowing BTN_0 or BTN_FORWARD events to be processed for any tablet. Not sure if other negative behavior existed. Signed-off-by: Chris Bagwell ch...@cnpbagwell.com --- src/wcmUSB.c |7 +-- 1 files changed, 5 insertions(+), 2

[Linuxwacom-devel] [PATCH 1/4] Set maximum tool button count to correct values

2010-11-21 Thread chris
From: Chris Bagwell ch...@cnpbagwell.com The code to set nbuttons for non-pad buttons was checking for a lot of buttons that no current wacom tablets send or that is understood by xf86-input-wacom. Remove that dead code. The remaining logic seem to be trying to detect mouse versus other tools

Re: [Linuxwacom-devel] [PATCH 1/4] Set maximum tool button count to correct values

2010-11-21 Thread Ping Cheng
Acked-by: Ping Cheng pingli...@gmail.com for the whole set of 4. Thank you Chris. Ping On Sun, Nov 21, 2010 at 4:13 PM, ch...@cnpbagwell.com wrote: From: Chris Bagwell ch...@cnpbagwell.com The code to set nbuttons for non-pad buttons was checking for a lot of buttons that no current wacom

[Linuxwacom-devel] xf86-input-wacom: wcmValidateDevice.c-add-3-new-bambooPT-models

2010-11-21 Thread Favux ...
This patch addresses the issue reported by IRIE Shinsuke in Support Requests (tracker ID: 3104500) in his 11-19-10 post. It prevents the Xorg.0.log from filling with multiple repeated error lines like the following: [ 295.384] (EE) WACOM: No touch device found for /dev/input/event5 Reported-by:

Re: [Linuxwacom-devel] xf86-input-wacom: wcmValidateDevice.c-add-3-new-bambooPT-models

2010-11-21 Thread Ping Cheng
Acked-by: Ping Cheng pingli...@gmail.com Thank you both, IRIE and Dave. Ping On Sun, Nov 21, 2010 at 7:23 PM, Favux ... favux...@gmail.com wrote: This patch addresses the issue reported by IRIE Shinsuke in Support Requests (tracker ID: 3104500) in his 11-19-10 post.  It prevents the

Re: [Linuxwacom-devel] [PATCH 2/4] set npadkeys correctly for touchpads

2010-11-21 Thread Peter Hutterer
On Sun, Nov 21, 2010 at 06:13:38PM -0600, ch...@cnpbagwell.com wrote: From: Chris Bagwell ch...@cnpbagwell.com Its natural for newer touchpads, such as Bamboo Touch, to report buttons that overlap with mouse tools. These will get remapped to pad device based on previous patches but button

Re: [Linuxwacom-devel] [PATCH 2/4] set npadkeys correctly for touchpads

2010-11-21 Thread Chris Bagwell
On Sun, Nov 21, 2010 at 11:10 PM, Peter Hutterer peter.hutte...@who-t.net wrote: On Sun, Nov 21, 2010 at 06:13:38PM -0600, ch...@cnpbagwell.com wrote: From: Chris Bagwell ch...@cnpbagwell.com +     if (!(ISBITSET (common-wcmKeys, BTN_TOOL_MOUSE))) +     { +             /* If mouse buttons

Re: [Linuxwacom-devel] the beginnnig of a GNOME configuration UI

2010-11-21 Thread Peter Hutterer
On Sun, Nov 21, 2010 at 11:19:55PM -0600, Chris Bagwell wrote: On Sun, Nov 21, 2010 at 10:59 PM, Peter Hutterer peter.hutte...@who-t.net wrote: Just a heads-up for those waiting for a graphical configuration tool for GNOME, the patch to gnome-settings-daemon to expose (some) settings through

Re: [Linuxwacom-devel] wacom-config v2 development advice needed

2010-11-21 Thread Jason alavaliant
On Thu, Nov 18, 2010 at 5:13 PM, Peter Hutterer peter.hutte...@who-t.netwrote: On Thu, Nov 18, 2010 at 04:55:18PM +1300, Jason alavaliant wrote: On Wed, Oct 13, 2010 at 12:51 PM, Peter Hutterer peter.hutte...@who-t.netwrote: On Tue, Oct 12, 2010 at 09:55:32PM +1300, Jason alavaliant

Re: [Linuxwacom-devel] [PATCH 2/4] set npadkeys correctly for touchpads

2010-11-21 Thread Peter Hutterer
On Sun, Nov 21, 2010 at 11:21:46PM -0600, Chris Bagwell wrote: On Sun, Nov 21, 2010 at 11:10 PM, Peter Hutterer peter.hutte...@who-t.net wrote: On Sun, Nov 21, 2010 at 06:13:38PM -0600, ch...@cnpbagwell.com wrote: From: Chris Bagwell ch...@cnpbagwell.com +     if (!(ISBITSET

Re: [Linuxwacom-devel] the beginnnig of a GNOME configuration UI

2010-11-21 Thread Bryan Hundven
On Sun, Nov 21, 2010 at 9:23 PM, Peter Hutterer peter.hutte...@who-t.net wrote: On Sun, Nov 21, 2010 at 11:19:55PM -0600, Chris Bagwell wrote: On Sun, Nov 21, 2010 at 10:59 PM, Peter Hutterer peter.hutte...@who-t.net wrote: Just a heads-up for those waiting for a graphical configuration tool

Re: [Linuxwacom-devel] wacom-config v2 development advice needed

2010-11-21 Thread Peter Hutterer
On Mon, Nov 22, 2010 at 06:26:50PM +1300, Jason alavaliant wrote: On Thu, Nov 18, 2010 at 5:13 PM, Peter Hutterer peter.hutte...@who-t.netwrote: On Thu, Nov 18, 2010 at 04:55:18PM +1300, Jason alavaliant wrote: On Wed, Oct 13, 2010 at 12:51 PM, Peter Hutterer