[Linuxwacom-devel] libwacom: [PATCH] lib: use integration flags from device info

2012-12-03 Thread Olivier Fourdan
Following the comments from Peter regarding /not/ changing the integration flags when set in the database. >From 63808789de413dc4ea60fadc7bb897cc870b008d Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Mon, 3 Dec 2012 10:25:11 +0100 Subject: [PATCH] lib: use integration flags from device inf

[Linuxwacom-devel] libwacom: [PATCH] lib: use integration flags from device info

2012-12-03 Thread Olivier Fourdan
Resend, sorry the commit message was the opposite of what I meant... >From 378edbc1b5caec1e27164d33dd4135a38b32f003 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Mon, 3 Dec 2012 10:25:11 +0100 Subject: [PATCH] lib: use integration flags from device info if and only if the entry in the dat

[Linuxwacom-devel] libwacom: set of patches...

2012-12-03 Thread Olivier Fourdan
Hi all, I admit I tend to get lost a bit myself with all the patches I sent, so if you're like me, I placed the full list of patches here: http://people.redhat.com/ofourdan/libwacom/patches/ These patches are meant to go on top of current (as of today) git master. Hope it helps :) Cheers

Re: [Linuxwacom-devel] libwacom: [PATCH] lib: constify parameters in API

2012-12-03 Thread Peter Hutterer
On Thu, Nov 29, 2012 at 07:07:18PM +0100, Olivier Fourdan wrote: > [...] > > Olivier Fourdan said the following on 11/29/2012 05:49 PM: > >>sorry, I didn't spot this earlier, this should be const WacomDevice *device. > >>> (only noticed that when doing some printf testing on my device). Given >

Re: [Linuxwacom-devel] libwacom: [PATCH 0/3] data: add leaders to layouts

2012-12-03 Thread Peter Hutterer
On Fri, Nov 30, 2012 at 02:56:40PM +0100, Olivier Fourdan wrote: > Separated patches for the addition of leaders in layout files. c5c38f1..37d5fd6 master -> master thanks Cheers, Peter -- LogMeIn Rescue: Anywher

Re: [Linuxwacom-devel] libwacom: [PATCH] tools: increase timeout for animation

2012-12-03 Thread Peter Hutterer
On Fri, Nov 30, 2012 at 03:06:05PM +0100, Olivier Fourdan wrote: > > >From 06ff3bab2f21f9b25191fb280ae5f25741c21cd1 Mon Sep 17 00:00:00 2001 > From: Olivier Fourdan > Date: Fri, 30 Nov 2012 11:37:17 +0100 > Subject: [PATCH] tools: increase timeout for animation > > Signed-off-by: Olivier Fourda

Re: [Linuxwacom-devel] libwacom: [PATCH] lib: use integration flags from device info

2012-12-03 Thread Peter Hutterer
On Mon, Dec 03, 2012 at 10:53:31AM +0100, Olivier Fourdan wrote: > Resend, sorry the commit message was the opposite of what I meant... > >From 378edbc1b5caec1e27164d33dd4135a38b32f003 Mon Sep 17 00:00:00 2001 > From: Olivier Fourdan > Date: Mon, 3 Dec 2012 10:25:11 +0100 > Subject: [PATCH] lib:

Re: [Linuxwacom-devel] libwacom: [PATCH 0/2] data: update SVG layouts

2012-12-03 Thread Peter Hutterer
On Fri, Nov 30, 2012 at 03:12:12PM +0100, Olivier Fourdan wrote: > I never really liked the indentation for the SVG layouts, having one > SVG object per single line with attributes aligned induces way too > long lines that are harder to read and a burden to modify (believe me, > it's a pain to k

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

2012-12-03 Thread Peter Hutterer
On Wed, Nov 21, 2012 at 12:15:22PM -0800, Ping Cheng wrote: > 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. help my memory - when did we upscale the resolution? >

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

2012-12-03 Thread Peter Hutterer
On Wed, Nov 21, 2012 at 12:14:53PM -0800, Ping Cheng wrote: > 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 forge

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

2012-12-03 Thread Peter Hutterer
On Wed, Nov 21, 2012 at 12:14:10PM -0800, Ping Cheng wrote: > It supports up to 10 fingers > > Signed-off-by: Ping Cheng merged, thanks Cheers, Peter > --- > src/wcmUSB.c|1 + > src/wcmValidateDevice.c |1 + > 2 files changed, 2 insertions(+) > > diff --git a/src/wcmUS

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

2012-12-03 Thread Peter Hutterer
On Tue, Dec 04, 2012 at 01:22:25PM +1000, Peter Hutterer wrote: > On Wed, Nov 21, 2012 at 12:15:22PM -0800, Ping Cheng wrote: > > 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 resolu

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

2012-12-03 Thread Ping Cheng
On Monday, December 3, 2012, Peter Hutterer wrote: > On Wed, Nov 21, 2012 at 12:14:53PM -0800, Ping Cheng wrote: > > 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 t

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

2012-12-03 Thread Peter Hutterer
On Mon, Dec 03, 2012 at 08:35:42PM -0800, Ping Cheng wrote: > On Monday, December 3, 2012, Peter Hutterer wrote: > > > On Wed, Nov 21, 2012 at 12:14:53PM -0800, Ping Cheng wrote: > > > Clients should know the maximum number of contacts a touch device > > > support before they get touch events. > >

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

2012-12-03 Thread Ping Cheng
On Monday, December 3, 2012, Peter Hutterer wrote: > On Tue, Dec 04, 2012 at 01:22:25PM +1000, Peter Hutterer wrote: > > On Wed, Nov 21, 2012 at 12:15:22PM -0800, Ping Cheng wrote: > > > We upscaled the resolutions in WacomModelDesc and for absinfos that > > > support resolution. But we forgot to

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

2012-12-03 Thread Ping Cheng
On Monday, December 3, 2012, Peter Hutterer wrote: > On Mon, Dec 03, 2012 at 08:35:42PM -0800, Ping Cheng wrote: > > On Monday, December 3, 2012, Peter Hutterer wrote: > > > > > On Wed, Nov 21, 2012 at 12:14:53PM -0800, Ping Cheng wrote: > > > > Clients should know the maximum number of contacts a