patch fpit

2010-05-19 Thread Philip
hi, created a patch to cure xorg-xinput-fpit from wired behavoir. -- Philip >From c40f057f21af7a52cb15beed61beead45b4c4b40 Mon Sep 17 00:00:00 2001 From: philip Date: Wed, 19 May 2010 12:37:05 +0200 Subject: [PATCH] fpit: minX/ maxX get wrongly initialized maxX/ minX get values from m

Re: patch fpit

2010-05-19 Thread Gaetan Nadon
On Wed, 2010-05-19 at 12:56 +0200, Philip wrote: > hi, > created a patch to cure xorg-xinput-fpit from wired behavoir. > The bug was trivial to verify, so I took the liberty of pushing the patch. > ___ > xorg-devel@lists.x.org: X.Org development > Arc

[PATCH fpit 2/8] unifdef XFree86LOADER

2010-12-01 Thread Peter Hutterer
Signed-off-by: Peter Hutterer --- src/xf86Fpit.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/xf86Fpit.c b/src/xf86Fpit.c index a8dd951..e38e1a1 100644 --- a/src/xf86Fpit.c +++ b/src/xf86Fpit.c @@ -671,7 +671,6 @@ _X_EXPORT InputDriverRec FPIT = { NULL,

[PATCH fpit 0/5] Add .conf file distribution

2011-06-13 Thread Peter Hutterer
Upstreaming from our Fedora package which ships with this file. Patches 1-4 are just cleanup to make 5/5 not hurt too much. It distchecks, which means this patchset has seen about as much testing as the last couple of releases. Cheers, Peter ___ xorg-

[PATCH fpit] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index c4ac853..7709850 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,3 +30,7 @@ ChangeLog: $(CHANGELOG_CMD) dist-hook: ChangeLog + +# We

[PATCH fpit 3/8] Replace LocalDevicePtr with InputInfoPtr.

2010-12-01 Thread Peter Hutterer
Both describe the same struct, LocalDevicePtr has been dropped from the server. Signed-off-by: Peter Hutterer --- src/xf86Fpit.c | 152 1 files changed, 76 insertions(+), 76 deletions(-) diff --git a/src/xf86Fpit.c b/src/xf86Fpit.c index

[PATCH fpit 4/8] Drop close_proc, conversion_proc, reverse_conversion_proc

2010-12-01 Thread Peter Hutterer
Not called by the server. Signed-off-by: Peter Hutterer --- src/xf86Fpit.c |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/xf86Fpit.c b/src/xf86Fpit.c index 87c04f1..ceeecbd 100644 --- a/src/xf86Fpit.c +++ b/src/xf86Fpit.c @@ -569,10 +569,7 @@ static InputInfoPtr x

[PATCH fpit 8/8] Support input ABI 12

2010-12-01 Thread Peter Hutterer
Untested for lack of device. Signed-off-by: Peter Hutterer --- src/xf86Fpit.c | 49 - 1 files changed, 20 insertions(+), 29 deletions(-) diff --git a/src/xf86Fpit.c b/src/xf86Fpit.c index c5e9d71..ecc90a8 100644 --- a/src/xf86Fpit.c +++ b/src/xf

[PATCH fpit 2/5] Include xorg-server.h, not xorgVersion.h

2011-06-13 Thread Peter Hutterer
xorg-server is the generic server header file these days. Signed-off-by: Peter Hutterer --- src/xf86Fpit.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/xf86Fpit.c b/src/xf86Fpit.c index 592a0ec..fa4ace7 100644 --- a/src/xf86Fpit.c +++ b/src/xf86Fpit.c @@ -54,7 +5

Re: [PATCH fpit 0/5] Add .conf file distribution

2011-06-13 Thread Gaetan Nadon
On Tue, 2011-06-14 at 09:47 +1000, Peter Hutterer wrote: > Upstreaming from our Fedora package which ships with this file. Patches 1-4 > are just cleanup to make 5/5 not hurt too much. It distchecks, which means > this patchset has seen about as much testing as the last couple of releases. > For

Re: [PATCH fpit 0/5] Add .conf file distribution

2011-06-14 Thread Daniel Stone
On Tue, Jun 14, 2011 at 09:47:32AM +1000, Peter Hutterer wrote: > Upstreaming from our Fedora package which ships with this file. Patches 1-4 > are just cleanup to make 5/5 not hurt too much. It distchecks, which means > this patchset has seen about as much testing as the last couple of releases.

[PATCH fpit 0/8] cleanup and ABI 12 support

2010-12-01 Thread Peter Hutterer
untested, I don't have a device. a few cleanups, the usual ones, and then the standard changes for ABI 12 support. Cheers, Peter ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/ma

[PATCH fpit 1/1] Fix type name and name

2011-07-07 Thread Peter Hutterer
Don't overwrite user-specified device name and set the right type_name. If you're capable of setting the option DeviceName, you might as well set the Identifier line. Signed-off-by: Peter Hutterer --- man/fpit.man |4 src/xf86Fpit.c |5 + 2 files changed, 1 insertions(+), 8 de

[PATCH fpit 5/5] Add 50-fpit.conf default configuration file.

2011-06-13 Thread Peter Hutterer
Signed-off-by: Peter Hutterer --- Makefile.am | 10 -- conf/50-fpit.conf | 28 conf/Makefile.am |3 +++ configure.ac | 12 +++- 4 files changed, 50 insertions(+), 3 deletions(-) create mode 100644 conf/50-fpit.conf create mode 1

[PATCH fpit 5/8] Drop libc wrappers for free, malloc

2010-12-01 Thread Peter Hutterer
Signed-off-by: Peter Hutterer --- src/xf86Fpit.c | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/xf86Fpit.c b/src/xf86Fpit.c index ceeecbd..8092853 100644 --- a/src/xf86Fpit.c +++ b/src/xf86Fpit.c @@ -481,7 +481,7 @@ static Bool xf86FpitControl(DeviceIntP

Re: [PATCH fpit 0/8] cleanup and ABI 12 support

2010-12-04 Thread Cyril Brulebois
Peter Hutterer (02/12/2010): > untested, I don't have a device. a few cleanups, the usual ones, and > then the standard changes for ABI 12 support. (untested as well) For the whole series: Reviewed-by: Cyril Brulebois Like other ones: 1-7/8: builds fine against 1.9 8/8 : errors out approp

[PATCH fpit 1/5] Bump minimum required server version to 1.10

2011-06-13 Thread Peter Hutterer
And remove manual ABI check, all 1.10 servers ship with ABI 12. Signed-off-by: Peter Hutterer --- configure.ac |4 ++-- src/xf86Fpit.c |4 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index 9c3a9a0..ad66332 100644 --- a/configure.ac ++

[PATCH fpit 1/8] Remove refcount field, dropped from the server

2010-12-01 Thread Peter Hutterer
Signed-off-by: Peter Hutterer --- src/xf86Fpit.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/xf86Fpit.c b/src/xf86Fpit.c index 993fbe6..a8dd951 100644 --- a/src/xf86Fpit.c +++ b/src/xf86Fpit.c @@ -669,7 +669,6 @@ _X_EXPORT InputDriverRec FPIT = { xf86FpitI

[PATCH fpit 6/8] Require server 1.9, drop earlier ABI support

2010-12-01 Thread Peter Hutterer
Signed-off-by: Peter Hutterer --- configure.ac |2 +- src/xf86Fpit.c | 46 -- 2 files changed, 9 insertions(+), 39 deletions(-) diff --git a/configure.ac b/configure.ac index d1a87eb..9c3a9a0 100644 --- a/configure.ac +++ b/configure.ac @@ -58,

[PATCH fpit 7/8] Use GetMotionHistorySize() instead of driver-internal history

2010-12-01 Thread Peter Hutterer
Signed-off-by: Peter Hutterer --- src/xf86Fpit.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/xf86Fpit.c b/src/xf86Fpit.c index cdcf8a8..c5e9d71 100644 --- a/src/xf86Fpit.c +++ b/src/xf86Fpit.c @@ -437,7 +437,7 @@ static Bool xf86FpitControl(DeviceIntPtr dev, int

Re: [PATCH fpit 5/8] Drop libc wrappers for free, malloc

2010-12-02 Thread Thierry Vignaud
On 2 December 2010 04:31, Peter Hutterer wrote: > Signed-off-by: Peter Hutterer > --- >  src/xf86Fpit.c |   14 +++--- >  1 files changed, 7 insertions(+), 7 deletions(-) > > diff --git a/src/xf86Fpit.c b/src/xf86Fpit.c > index ceeecbd..8092853 100644 > --- a/src/xf86Fpit.c > +++ b/src/xf8

Re: [PATCH fpit 5/8] Drop libc wrappers for free, malloc

2010-12-05 Thread Peter Hutterer
On Fri, Dec 03, 2010 at 07:17:04AM +0100, Thierry Vignaud wrote: > On 2 December 2010 04:31, Peter Hutterer wrote: > > Signed-off-by: Peter Hutterer > > --- > >  src/xf86Fpit.c |   14 +++--- > >  1 files changed, 7 insertions(+), 7 deletions(-) > > > > diff --git a/src/xf86Fpit.c b/src/xf

[PATCH fpit 4/5] Remove usage of sdkdir - not used by this driver

2011-06-13 Thread Peter Hutterer
This driver doesn't install any header files. Signed-off-by: Peter Hutterer --- configure.ac |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index ea274fc..74c5858 100644 --- a/configure.ac +++ b/configure.ac @@ -57,8 +57,6 @@ XORG_DRIVER_CHE

[PATCH fpit 3/5] Reshuffle configure.ac to be more in-line with other modules

2011-06-13 Thread Peter Hutterer
Also bump required macros to 1.12. Signed-off-by: Peter Hutterer --- configure.ac | 27 --- 1 files changed, 8 insertions(+), 19 deletions(-) diff --git a/configure.ac b/configure.ac index ad66332..ea274fc 100644 --- a/configure.ac +++ b/configure.ac @@ -27,23 +27,21 @