Re: [PATCH evdev 2/2] Reshuffle to avoid the need for XI86_CONFIGURED.

2010-10-28 Thread Benjamin Tissoires
Le 28/10/2010 05:11, Peter Hutterer a écrit : On Tue, Oct 26, 2010 at 10:11:17AM +1000, Peter Hutterer wrote: Signed-off-by: Peter Hutterer --- src/evdev.c | 22 +- 1 files changed, 13 insertions(+), 9 deletions(-) diff --git a/src/evdev.c b/src/evdev.c index 018843f.

Re: [PATCH evdev 2/2] Reshuffle to avoid the need for XI86_CONFIGURED.

2010-10-27 Thread Peter Hutterer
On Tue, Oct 26, 2010 at 10:11:17AM +1000, Peter Hutterer wrote: > Signed-off-by: Peter Hutterer > --- > src/evdev.c | 22 +- > 1 files changed, 13 insertions(+), 9 deletions(-) > > diff --git a/src/evdev.c b/src/evdev.c > index 018843f..940f24d 100644 > --- a/src/evdev.c >

Re: [PATCH evdev 2/2] Reshuffle to avoid the need for XI86_CONFIGURED.

2010-10-26 Thread Benjamin Tissoires
Le 27/10/2010 00:34, Peter Hutterer a écrit : ... +{ +pInfo->flags = XI86_CONFIGURED; You just undefined XI86_CONFIGURED... I'm a bit lost here. The define seems to have been purged in ABI_XINPUT>= 12, so shouldn't we #ifdef this or no? The rest of the patch seems good. right, t

Re: [PATCH evdev 2/2] Reshuffle to avoid the need for XI86_CONFIGURED.

2010-10-26 Thread Peter Hutterer
On Tue, Oct 26, 2010 at 02:06:36PM +0200, Benjamin Tissoires wrote: > > > Le 26/10/2010 02:11, Peter Hutterer a écrit : > >Signed-off-by: Peter Hutterer > >--- > > src/evdev.c | 22 +- > > 1 files changed, 13 insertions(+), 9 deletions(-) > > > >diff --git a/src/evdev.c b/s

Re: [PATCH evdev 2/2] Reshuffle to avoid the need for XI86_CONFIGURED.

2010-10-26 Thread Benjamin Tissoires
Le 26/10/2010 02:11, Peter Hutterer a écrit : Signed-off-by: Peter Hutterer --- src/evdev.c | 22 +- 1 files changed, 13 insertions(+), 9 deletions(-) diff --git a/src/evdev.c b/src/evdev.c index 018843f..940f24d 100644 --- a/src/evdev.c +++ b/src/evdev.c @@ -63,7 +63,

[PATCH evdev 2/2] Reshuffle to avoid the need for XI86_CONFIGURED.

2010-10-25 Thread Peter Hutterer
Signed-off-by: Peter Hutterer --- src/evdev.c | 22 +- 1 files changed, 13 insertions(+), 9 deletions(-) diff --git a/src/evdev.c b/src/evdev.c index 018843f..940f24d 100644 --- a/src/evdev.c +++ b/src/evdev.c @@ -63,7 +63,6 @@ #if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 12