Re: [PATCH inputproto] specs: clarify SD keyboard focus behaviour

2013-07-21 Thread Peter Hutterer
On Fri, Jul 19, 2013 at 02:59:46AM -0400, Jasper St. Pierre wrote: > On Fri, Jul 19, 2013 at 1:56 AM, Peter Hutterer > wrote: > > > The smart thing would be to have the SD's keyboard focus to be identical to > > the MD's keyboard focus (and a BadDevice returned when trying to set an > > attached

[PULL] input scaling patch

2013-07-21 Thread Peter Hutterer
Single patch only but it finally fixes the various scaling issues we had with devices. It also bumps the input ABI to 19.2 so we can avoid double-scaling in the drivers. The following changes since commit 74469895e39fa38337f59edd64c4031ab9bb51d8: dix: allow a ConstantDeceleration between 0 and

[PATCH] Fix xf86DeleteDriver and various places that use it

2013-07-21 Thread christopher . halse . rogers
From: Maarten Lankhorst Signed-off-by: Christopher James Halse Rogers --- hw/xfree86/common/xf86Helper.c | 9 - hw/xfree86/common/xf86Init.c | 8 ++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/hw/xfree86/common/xf86Helper.c b/hw/xfree86/common/xf86Helper.c i

[PATCH] dix: set the valuator mask to ensure XI 1.x events have data

2013-07-21 Thread Peter Hutterer
XI 1.x only allows for first + num valuators, so if a device sends data for valuators 0 and 2+ only (i.e. valuator 1 is missing) we still need to get the data for that from somewhere. XI 1.x uses the hack of an unset valuator mask to get the right coordinates, i.e. we set the value but don't set th

[PATCH util-modular 3/3] release.sh: add libevdev special hooks

2013-07-21 Thread Peter Hutterer
Signed-off-by: Peter Hutterer --- technically libevdev isn't an xorg project, but I really like the release script :) release.sh | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/release.sh b/release.sh index 51f2c9e..1cb5c00 100755 --- a/release.sh +++ b/release.sh

[PATCH util-modular 2/3] release.sh: support (optional) tar.xz

2013-07-21 Thread Peter Hutterer
Signed-off-by: Peter Hutterer --- release.sh | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/release.sh b/release.sh index b981c95..51f2c9e 100755 --- a/release.sh +++ b/release.sh @@ -101,7 +101,7 @@ git tag: $tar_name RELEASE -for tarball in $targz $tar

[PATCH util-modular 1/3] release.sh: make the types of tarballs optional

2013-07-21 Thread Peter Hutterer
Both tar.gz and tar.bz2 are optional now, so projects can choose to release only one tarball instead of both. It also prepares the work for modules using tar.xz in the future (requires additional patch). Signed-off-by: Peter Hutterer --- User-visible change: one warning per pre-existing tarball i

Re: [PATCH:libX11] Fix more out-of-range comparisons.

2013-07-21 Thread Alan Coopersmith
On 06/25/13 01:35 PM, Thomas Klausner wrote: --- src/FontNames.c | 2 +- src/GetFPath.c | 2 +- src/ListExt.c | 2 +- src/ModMap.c| 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) All of those checks were correct and don't need "fixing" (they perhaps could have been wrapped

Re: [PATCH:libX11 4/4] Fix out-of-range comparison.

2013-07-21 Thread Alan Coopersmith
On 06/25/13 09:34 AM, Thomas Klausner wrote: clang complained (correctly): warning: comparison of constant 768614336404564650 with expression of type 'CARD32' (aka 'unsigned int') is always true [-Wtautological-constant-out-of-range-compare] --- src/Font.c | 2 +- 1 file changed, 1 insertion(+

Re: [PATCH:libpciaccess] Fix zlib handling on NetBSD.

2013-07-21 Thread Alan Coopersmith
On 07/21/13 02:44 AM, Thomas Klausner wrote: Signed-off-by: Thomas Klausner --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 9b7cd8c..65444b9 100644 --- a/configure.ac +++ b/configure.ac @@ -77,10 +77,10 @@ case $host_o

[PATCH:libpciaccess] Fix zlib handling on NetBSD.

2013-07-21 Thread Thomas Klausner
Signed-off-by: Thomas Klausner --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 9b7cd8c..65444b9 100644 --- a/configure.ac +++ b/configure.ac @@ -77,10 +77,10 @@ case $host_os in *netbsd*) case $host