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] [PATCH 3/3] Add driver support for AC_PRESSUREHOLD button command

2011-08-10 Thread Peter Hutterer
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 pressure being reported > by the hardware. I think 2 and 3 can e

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

2011-08-09 Thread Jason Gerecke
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 pressure being reported by the hardware. --- src/wcmCommon.c | 11 +++ src/xf86Wacom.c |1 + src/xf86WacomDefs.