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 > wrote: > > > On Thu, Nov 18, 2010 at 04:55:18PM +1300, Jason alavaliant wrote: > > > On Wed, Oct 13, 2010 at 12:51 PM, Peter Hutterer > > > wrote: > > > > > > > On Tue, Oct 12, 20

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 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 >> wrote: >> > Just a heads-up for those waiting for a graphical configuration tool for >> > GNOME, the patch to gnome-settin

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 > wrote: > > On Sun, Nov 21, 2010 at 06:13:38PM -0600, ch...@cnpbagwell.com wrote: > >> From: Chris Bagwell > >> > >> > >> +     if (!(ISBITSET (common->wcmKeys, BTN_TOOL_MOUSE))) > >

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 wrote: > On Thu, Nov 18, 2010 at 04:55:18PM +1300, Jason alavaliant wrote: > > On Wed, Oct 13, 2010 at 12:51 PM, Peter Hutterer > > wrote: > > > > > On Tue, Oct 12, 2010 at 09:55:32PM +1300, Jason alavaliant wrote: > > > > On Tue, Oct 5, 2010 at 1:44

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 > 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 > > dconf was comm

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 wrote: > On Sun, Nov 21, 2010 at 06:13:38PM -0600, ch...@cnpbagwell.com wrote: >> From: Chris Bagwell >> >> >> +     if (!(ISBITSET (common->wcmKeys, BTN_TOOL_MOUSE))) >> +     { >> +             /* If mouse buttons detected but no mouse tool >> +

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

2010-11-21 Thread Chris Bagwell
On Sun, Nov 21, 2010 at 10:59 PM, Peter Hutterer 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 > dconf was committed last week. > https://bugzilla.gnome.org/show_bug.cgi?id=610901 > ht

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 > > 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 count was not

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

2010-11-21 Thread Peter Hutterer
On Sun, Nov 21, 2010 at 06:13:37PM -0600, ch...@cnpbagwell.com wrote: > From: Chris Bagwell > > 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 remai

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

2010-11-21 Thread Peter Hutterer
On Sun, Nov 21, 2010 at 09:23:15PM -0600, Favux ... 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 > Xorg.0.log from filling with multiple repeated error lines like the > following: > > [ 295.384]

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

2010-11-21 Thread Peter Hutterer
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 dconf was committed last week. https://bugzilla.gnome.org/show_bug.cgi?id=610901 http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=9863ccf9

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

2010-11-21 Thread Ping Cheng
Acked-by: Ping Cheng Thank you both, IRIE and Dave. Ping On Sun, Nov 21, 2010 at 7:23 PM, Favux ... 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 > Xorg.0.log from filling with multiple repe

[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] [PATCH 1/4] Set maximum tool button count to correct values

2010-11-21 Thread Ping Cheng
Acked-by: Ping Cheng for the whole set of 4. Thank you Chris. Ping On Sun, Nov 21, 2010 at 4:13 PM, wrote: > From: Chris Bagwell > > 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

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

2010-11-21 Thread chris
From: Chris Bagwell 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 count was not correctly initialed to account for this remapping. Now, make sure minimum nkeypad

[Linuxwacom-devel] [PATCH 3/4] Add missing MT Bamboo Touch buttons

2010-11-21 Thread chris
From: Chris Bagwell Newer MT Bamboo drivers send BTN_LEFT, BTN_RIGHT, BTN_FORWARD, and BTN_BACK instead of BTN_0, 1, 2, 3. BTN_LEFT/RIGHT already were handled for mouse tools. Add BTN_FORWARD/BACK and treat same as BTN_SIDE/EXTRA mouse buttons. This is good because by default these go to butto

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

2010-11-21 Thread chris
From: Chris Bagwell 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 (stylus mainly) and se

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

2010-11-21 Thread chris
From: Chris Bagwell 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 --- src/wcmUSB.c |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/wcmUSB.c b/src/wcmU

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 > Tested-by: David Foley > Signed-off-by: Ping Cheng > --- > src/wcmValidateDevice.c | 21 - > 1 files changed, 12 insert