Re: [Linuxwacom-devel] [PATCH 1/3] Add AC_PRESSUREHOLD button action constant

2011-08-11 Thread Peter Hutterer
On Thu, Aug 11, 2011 at 09:28:01AM -0700, Jason Gerecke wrote: > On Wed, Aug 10, 2011 at 6:18 PM, Peter Hutterer > wrote: > > On Tue, Aug 09, 2011 at 05:31:39PM -0700, Jason Gerecke wrote: > >> Replaces the deprecated AC_DBLCLICK constant with a new constant > >> which denotes when a button action

Re: [Linuxwacom-devel] [PATCH 2/4] Move 'set_output' intelligence into helper functions

2011-08-11 Thread Jason Gerecke
On Thu, Aug 11, 2011 at 4:09 PM, Peter Hutterer wrote: > On Thu, Aug 11, 2011 at 03:49:45PM -0700, Jason Gerecke wrote: >> On Wed, Aug 10, 2011 at 6:43 PM, Peter Hutterer >> wrote: >> > On Tue, Aug 09, 2011 at 05:50:11PM -0700, Jason Gerecke wrote: >> >> Instead of having 'set_output' be responsi

Re: [Linuxwacom-devel] [PATCH 4/4] Suppress most output from 'set_output' helper functions

2011-08-11 Thread Jason Gerecke
On Wed, Aug 10, 2011 at 6:51 PM, Peter Hutterer wrote: > On Tue, Aug 09, 2011 at 05:50:13PM -0700, Jason Gerecke wrote: >> Things get confusing when one helper function reports that it >> couldn't find an output, but the next doesn't report success. >> This change moves most of the output from the

Re: [Linuxwacom-devel] [PATCH 2/4] Move 'set_output' intelligence into helper functions

2011-08-11 Thread Peter Hutterer
On Thu, Aug 11, 2011 at 03:49:45PM -0700, Jason Gerecke wrote: > On Wed, Aug 10, 2011 at 6:43 PM, Peter Hutterer > wrote: > > On Tue, Aug 09, 2011 at 05:50:11PM -0700, Jason Gerecke wrote: > >> Instead of having 'set_output' be responsible for choosing an > >> appropriate helper function, we let t

Re: [Linuxwacom-devel] [PATCH 2/4] Move 'set_output' intelligence into helper functions

2011-08-11 Thread Jason Gerecke
On Wed, Aug 10, 2011 at 6:43 PM, Peter Hutterer wrote: > On Tue, Aug 09, 2011 at 05:50:11PM -0700, Jason Gerecke wrote: >> Instead of having 'set_output' be responsible for choosing an >> appropriate helper function, we let the helper functions be >> autonomous. If they cannot find an appropriate

Re: [Linuxwacom-devel] [PATCH 1/3] Add AC_PRESSUREHOLD button action constant

2011-08-11 Thread Jason Gerecke
On Wed, Aug 10, 2011 at 6:18 PM, Peter Hutterer wrote: > On Tue, Aug 09, 2011 at 05:31:39PM -0700, Jason Gerecke wrote: >> Replaces the deprecated AC_DBLCLICK constant with a new constant >> which denotes when a button action is supposed to cause the driver >> to "hold" the current pressure value.

Re: [Linuxwacom-devel] [PATCH 3/3] Add driver support for AC_PRESSUREHOLD button command

2011-08-11 Thread Jason Gerecke
On Wed, Aug 10, 2011 at 6:24 PM, Peter Hutterer wrote: > On Tue, Aug 09, 2011 at 05:31:41PM -0700, Jason Gerecke wrote: >> Supports AC_PRESSUREHOLD by adding a 'holdPressure' variable to >> the '_WacomDeviceRec' struct. When non-negative, the value of >> this variable will be used in place of pres

Re: [Linuxwacom-devel] 'official' method of getting driver version? (for Graphical Configuration Tools)

2011-08-11 Thread Peter Hutterer
On 11/08/11 19:21 , Jason alavaliant wrote: > > > On Tue, Aug 9, 2011 at 11:38 PM, Peter Hutterer > mailto:peter.hutte...@who-t.net>> wrote: > > On Tue, Aug 09, 2011 at 09:54:59PM +1200, Jason alavaliant wrote: > > > Now I remembered why I started and discarded previous attempts > at t

Re: [Linuxwacom-devel] 'official' method of getting driver version? (for Graphical Configuration Tools)

2011-08-11 Thread Jason alavaliant
On Tue, Aug 9, 2011 at 11:38 PM, Peter Hutterer wrote: > On Tue, Aug 09, 2011 at 09:54:59PM +1200, Jason alavaliant wrote: > > > Now I remembered why I started and discarded previous attempts at this: > > > The main issue with getting the driver version is that it does not > > > accommodate for ba