[Linuxwacom-devel] [xf86-input-wacom PATCH 1/4] Support up to 16 touch points

2012-11-21 Thread Ping Cheng
Bamboo3 and Intuos5 both support 16 fingers Signed-off-by: Ping Cheng --- src/xf86WacomDefs.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xf86WacomDefs.h b/src/xf86WacomDefs.h index 2704f3d..7df0e95 100644 --- a/src/xf86WacomDefs.h +++ b/src/xf86WacomDefs.h @@ -397

[Linuxwacom-devel] [xf86-input-wacom PATCH 2/4] Add support for MT ISDv4 device 0x4001

2012-11-21 Thread Ping Cheng
It supports up to 10 fingers Signed-off-by: Ping Cheng --- src/wcmUSB.c|1 + src/wcmValidateDevice.c |1 + 2 files changed, 2 insertions(+) diff --git a/src/wcmUSB.c b/src/wcmUSB.c index bfb0961..5cc7830 100644 --- a/src/wcmUSB.c +++ b/src/wcmUSB.c @@ -293,6 +293,7 @@ static

[Linuxwacom-devel] [xf86-input-wacom PATCH 3/4] Post maximum number of contacts to clients

2012-11-21 Thread Ping Cheng
Clients should know the maximum number of contacts a touch device support before they get touch events. Signed-off-by: Ping Cheng --- The following TO-Do takes more time than I have now. I list it here so we do not forget them. X server supports pointer emulation for touch device. We should let

[Linuxwacom-devel] [xf86-input-wacom PATCH 4/4] Update resoltuion for old kernels

2012-11-21 Thread Ping Cheng
We upscaled the resolutions in WacomModelDesc and for absinfos that support resolution. But we forgot to update them for older kernels that do not support resolution in absinfo. Signed-off-by: Ping Cheng --- src/wcmUSB.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[Linuxwacom-devel] [PATCH libwacom] re-institute AM_MAINTAINER_MODE (default enabled)

2012-11-21 Thread Peter Hutterer
See Ron's comments discussion on: http://old.nabble.com/-PATCH-libwacom--Drop-AM_MAINTAINER_MODE-td34561358.html Summary: In this workflow all generated files are committed to git to have a known working set. On checkout, git does not restore the original timestamps, so with maintainer-mode enable

Re: [Linuxwacom-devel] [PATCH libwacom] Drop AM_MAINTAINER_MODE

2012-11-21 Thread Peter Hutterer
On Mon, Nov 19, 2012 at 09:59:25PM +1030, Ron wrote: > On Mon, Nov 19, 2012 at 10:18:55AM +1000, Peter Hutterer wrote: > > On Sat, Nov 17, 2012 at 12:39:08AM +1030, Ron wrote: > > > > > > Hi, > > > > > > Sorry to be late to the party on this one, but could we please > > > change this to instead u