Re: [Linuxwacom-devel] [PATCH] Initialize third axis on pads as unknown relative axis.

2010-12-13 Thread Peter Hutterer
On Mon, Dec 13, 2010 at 05:51:25PM -0800, Ping Cheng wrote: > On Mon, Dec 13, 2010 at 5:05 PM, Peter Hutterer > wrote: > > On Mon, Dec 13, 2010 at 12:03:59PM -0800, Ping Cheng wrote: > >> On Sun, Dec 12, 2010 at 7:30 PM, Peter Hutterer > >> wrote: > >> > The pad doesn't actually send events on th

Re: [Linuxwacom-devel] [PATCH] Initialize third axis on pads as unknown relative axis.

2010-12-13 Thread Ping Cheng
On Mon, Dec 13, 2010 at 5:05 PM, Peter Hutterer wrote: > On Mon, Dec 13, 2010 at 12:03:59PM -0800, Ping Cheng wrote: >> On Sun, Dec 12, 2010 at 7:30 PM, Peter Hutterer >> wrote: >> > The pad doesn't actually send events on the third axis, it simply acts as a >> > filler so that client's don't mis

Re: [Linuxwacom-devel] [PATCH] Split axis initialization into wcmInitAxes.

2010-12-13 Thread Ping Cheng
On Mon, Dec 13, 2010 at 5:15 PM, Peter Hutterer wrote: > On Mon, Dec 13, 2010 at 11:44:07AM -0800, Ping Cheng wrote: >> On Sun, Dec 12, 2010 at 7:33 PM, Peter Hutterer >> wrote: >> > And clean up the code to use less ABI ifdefs. >> > >> > Signed-off-by: Peter Hutterer >> >> Reviewed-by: Ping Che

Re: [Linuxwacom-devel] [PATCH] Split axis initialization into wcmInitAxes.

2010-12-13 Thread Peter Hutterer
On Mon, Dec 13, 2010 at 11:44:07AM -0800, Ping Cheng wrote: > On Sun, Dec 12, 2010 at 7:33 PM, Peter Hutterer > wrote: > > And clean up the code to use less ABI ifdefs. > > > > Signed-off-by: Peter Hutterer > > Reviewed-by: Ping Cheng > > with one typo correction and a few minor comments inlin

Re: [Linuxwacom-devel] [PATCH] Initialize third axis on pads as unknown relative axis.

2010-12-13 Thread Peter Hutterer
On Mon, Dec 13, 2010 at 12:03:59PM -0800, Ping Cheng wrote: > On Sun, Dec 12, 2010 at 7:30 PM, Peter Hutterer > wrote: > > The pad doesn't actually send events on the third axis, it simply acts as a > > filler so that client's don't misinterpret the actual axis the device has. > > Then what about

Re: [Linuxwacom-devel] [PATCH] Don't reset the flags on init.

2010-12-13 Thread Ping Cheng
On Sun, Dec 12, 2010 at 5:46 PM, Peter Hutterer wrote: > In ABI 12, flags are used by the server and may contain attachment > information. Don't reset the flags, we'd end up with floating devices. > Since at least server 1.6, the InputInfoRec as calloc'd and flags is thus 0 > by default anyway. S

Re: [Linuxwacom-devel] [PATCH] Initialize third axis on pads as unknown relative axis.

2010-12-13 Thread Ping Cheng
On Sun, Dec 12, 2010 at 7:30 PM, Peter Hutterer wrote: > The pad doesn't actually send events on the third axis, it simply acts as a > filler so that client's don't misinterpret the actual axis the device has. Then what about the first and second axes? Pad does not send x and y events either. Sho

Re: [Linuxwacom-devel] [PATCH] Split axis initialization into wcmInitAxes.

2010-12-13 Thread Ping Cheng
On Sun, Dec 12, 2010 at 7:33 PM, Peter Hutterer wrote: > And clean up the code to use less ABI ifdefs. > > Signed-off-by: Peter Hutterer Reviewed-by: Ping Cheng with one typo correction and a few minor comments inline. Everything else looks fine. Ping > --- >  src/xf86Wacom.c |  312

Re: [Linuxwacom-devel] Support for multiple separate pens hotplug in new X driver with wip patch

2010-12-13 Thread Favux ...
On Mon, Dec 13, 2010 at 11:17 AM, Chris Bagwell wrote: > On Sat, Dec 11, 2010 at 11:59 AM, Alexia Death wrote: >> Hi, >> >> Second iteration of my patches. These just concentrate on the driver >> side config snipplet support. I belive prop system hooks and solutions >> should be a separate issue

Re: [Linuxwacom-devel] Support for multiple separate pens hotplug in new X driver with wip patch

2010-12-13 Thread Chris Bagwell
On Sat, Dec 11, 2010 at 11:59 AM, Alexia Death wrote: > Hi, > > Second iteration of my patches. These just concentrate on the driver > side config snipplet support. I belive prop system hooks and solutions > should be a separate issue in a separate patch after this is done. I > tried to fix the po