xserver-xorg-input-libinput: Changes to 'upstream-unstable'

2015-02-04 Thread Timo Aaltonen
New branch 'upstream-unstable' available with the following commits:


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1yiucr-0001x8...@moszumanska.debian.org



xserver-xorg-input-libinput: Changes to 'debian-unstable'

2015-02-04 Thread Timo Aaltonen
New branch 'debian-unstable' available with the following commits:
commit 70cc450f5bc509928089d70be6fc1a1c9d326e4f
Author: Timo Aaltonen 
Date:   Wed Feb 4 09:42:21 2015 +0200

initial packaging

commit 64e1b145982a9a9870fee8ce9e4404662151319e
Author: Peter Hutterer 
Date:   Tue Jan 27 10:08:32 2015 +1000

xf86-input-libinput 0.6.0

Signed-off-by: Peter Hutterer 

commit e729451bb1ea54209e600acc801ce88d46784aa2
Author: Peter Hutterer 
Date:   Tue Jan 27 07:49:53 2015 +1000

Swap button labels for back/forward to align with linux/input.h

We just forward the kernel buttons, so this should be in the same order.

Signed-off-by: Peter Hutterer 

commit 7d73602c4b60aedee41986362cee6a460ec91a92
Author: Olivier Fourdan 
Date:   Tue Jan 20 13:54:10 2015 +0100

Move properties to a separate header

And install the header as part of the SDK, so that applications interfacing
with the libinput driver do not have to copy paste all the properties' 
names.

Signed-off-by: Olivier Fourdan 
Signed-off-by: Peter Hutterer 

commit 00b96de351404fc22e8f16610df667f7f35c448f
Author: Peter Hutterer 
Date:   Wed Jan 21 11:56:32 2015 +1000

Revert "libinput-drv: Move properties to a separate header"

Missing the pkg-config file, updated patch coming up.

This reverts commit 8ceed9c73dfca991b9ffc639b7db8cdfc48fe4d9.

commit 8ceed9c73dfca991b9ffc639b7db8cdfc48fe4d9
Author: Olivier Fourdan 
Date:   Tue Jan 20 12:01:10 2015 +0100

libinput-drv: Move properties to a separate header

And install the header as part of the SDK, so that applications interfacing
with the libinput driver do not have to copy paste all the properties' 
names.

Signed-off-by: Olivier Fourdan 
Signed-off-by: Peter Hutterer 

commit e4cd6cef9154a330646cfcaad4e78fcef3db3917
Author: Olivier Fourdan 
Date:   Tue Jan 20 12:01:09 2015 +0100

libinput-drv: Add autogen.sh

Signed-off-by: Olivier Fourdan 
Signed-off-by: Peter Hutterer 

commit 7bc662d0b48e718cf30c4e4b1b32c1c8a557e091
Author: Peter Hutterer 
Date:   Mon Jan 19 14:36:59 2015 +1000

Remove unused define

Obsolete since 2348a6812a3cc575d729bee1d14a19d0a9b88651

Signed-off-by: Peter Hutterer 

commit a55cb9121a16e1f6d5c2fbb35fcbd5a676fae130
Author: Peter Hutterer 
Date:   Mon Jan 19 14:36:19 2015 +1000

Move the property #defines up

Since they serve as documentation, make them easier to find.

Signed-off-by: Peter Hutterer 

commit efb5cacb25be0197479ec6178ffe194c93d61b90
Author: Peter Hutterer 
Date:   Fri Jan 16 14:39:29 2015 +1000

xf86-input-libinput 0.5.0

Signed-off-by: Peter Hutterer 

commit 2348a6812a3cc575d729bee1d14a19d0a9b88651
Author: Peter Hutterer 
Date:   Tue Jan 13 13:02:38 2015 +1000

Fix for new libinput APIs

Scroll events carry multiple axes.

Left-handed config was renamed to drop the "button" bit

Signed-off-by: Peter Hutterer 

commit 0c4eaf5480168b468547cdb3bd8ce5247b5a5378
Author: Peter Hutterer 
Date:   Tue Dec 2 12:29:07 2014 +1000

Support server-side fds

libinput's device handling and server-side fd handling are a bit of a
mismatch, so this is hackier than one would hope for.

The server sets pInfo->fd and the options "fd" and "device".
The server requires pInfo->fd to be the one triggering select(2) to call the
correct pInfo->read_input. We can't pass an fd to use into libinput, all we
have is the open_restricted callback. That callback gives us the context, 
but
not the pInfo with the fd we want.

The solution:
1) In PreInit, store the patch + fd combination in a driver-wide list. 
Search
that list for an fd in open_restricted, return the pre-openend fd.

2) Overwrite all devices' pInfo->fd with the libinput epollfd. In this 
driver
we don't care about which device read_input is called on, we get the correct
pInfo to post events from through the struct libinput_device of the libinput
events.

3) When a device is closed, swap the real fd back in so systemd-logind 
closes the
right fd.

This saves us worrying about keeping the right refcount on who currently has
the fd set to the libinput fd. We just set it for all devices, let the 
server
figure out which device to call (the first in inputInfo.devices) and we only
need to remember to swap it back during DEVICE_OFF.

If the server calls close on a pInfo->fd without telling the driver, that's 
a
bug anyway.

This patch also drops the pInfo->fd = -1 calls, they've been unnecessary 
since
at least 1.11, possibly earlier.

Signed-off-by: Peter Hutterer 
Reviewed-by: Hans de Goede 

commit bc7bcca342ad1abcfbbf0df58052ff1b6c2e38bd
Author: Peter Hutterer 
Date:   Fri Dec 5 15:18:40 2014 +1000

xf86-input-libinput 0.4.0

Signed-off-by: Peter Hutterer 

commit e5079cd98e453ed8d6bd

xserver-xorg-input-libinput: Changes to 'debian-unstable'

2015-02-04 Thread Timo Aaltonen
 debian/xserver-xorg-input-libinput.install |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 496dd4e8aed482f85d2d0d613847f0078a8b1431
Author: Timo Aaltonen 
Date:   Wed Feb 4 10:12:16 2015 +0200

include the config snippet

diff --git a/debian/xserver-xorg-input-libinput.install 
b/debian/xserver-xorg-input-libinput.install
index 97e3c20..b333fb6 100644
--- a/debian/xserver-xorg-input-libinput.install
+++ b/debian/xserver-xorg-input-libinput.install
@@ -1,2 +1,3 @@
 usr/lib/xorg/modules/input/*.so
 usr/share/man
+conf/99-libinput.conf  usr/share/X11/xorg.conf.d


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1yiv4s-rk...@moszumanska.debian.org



xutils-dev: Changes to 'ubuntu'

2015-02-04 Thread Timo Aaltonen
New branch 'ubuntu' available with the following commits:
commit 26e95830b2e75f4510009f6da91b946f2cdcd77c
Author: Timo Aaltonen 
Date:   Wed Feb 4 14:20:01 2015 +0200

import ubuntu changes


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1yiywb-0002g2...@moszumanska.debian.org



libinput: Changes to 'debian-experimental'

2015-02-04 Thread Hector Oron
New branch 'debian-experimental' available with the following commits:
commit 9299e1581211529a1507f216b8192b446a9e9e3e
Author: Emilio Pozuelo Monfort 
Date:   Tue Sep 16 22:23:22 2014 +0200

Upload to unstable

commit fc11229e85bccaa15a786c13d9e65f13332a459f
Author: Hector Oron 
Date:   Fri Sep 12 19:15:17 2014 +0200

New upstream release

commit a5cccab784ed28d164879ea65f416c06ea0a01aa
Merge: 1837ff1 1ad2faf
Author: Emilio Pozuelo Monfort 
Date:   Fri Sep 12 19:17:38 2014 +0200

Merge tag 'upstream/0.6.0+dfsg' into debian-experimental

Upstream version 0.6.0+dfsg

commit 1ad2faf693fc5565d6ef2ccbc4dc11f46c8681cf
Author: Emilio Pozuelo Monfort 
Date:   Fri Sep 12 19:17:35 2014 +0200

Imported Upstream version 0.6.0+dfsg

commit 1837ff181f5a46144721139d00b6e13243e5f0a9
Author: Emilio Pozuelo Monfort 
Date:   Fri Sep 5 00:21:40 2014 +0200

Upload to unstable

commit 2866ac2d15cc7afdc387837cf294e1b60f8d6234
Author: Emilio Pozuelo Monfort 
Date:   Fri Sep 5 01:07:40 2014 +0200

Don't ship autogenerated doc files in the source tarball

commit 08a0c9c2d6d0b0a696a6993413d54d906350b43d
Merge: a779d19 43fd190
Author: Emilio Pozuelo Monfort 
Date:   Fri Sep 5 02:05:50 2014 +0200

Merge tag 'upstream/0.5.0+dfsg' into debian-experimental

Upstream version 0.5.0+dfsg

commit 43fd190f8828dbb15b3231724e221631a52bd986
Author: Emilio Pozuelo Monfort 
Date:   Fri Sep 5 02:05:49 2014 +0200

Imported Upstream version 0.5.0+dfsg

commit a779d198b58cfc61c222f306224aba961e5f786b
Author: Emilio Pozuelo Monfort 
Date:   Sat Aug 9 01:34:12 2014 +0200

Release to experimental

commit 7a5d41174ef4ccb399d579e2baa49e1b9209fe01
Author: Emilio Pozuelo Monfort 
Date:   Sat Aug 9 01:31:03 2014 +0200

Update copyright file

commit 1b5dc78d4fc4519a448fb1852ebf167c2ad81698
Author: Emilio Pozuelo Monfort 
Date:   Sat Aug 9 01:16:41 2014 +0200

Update symbols file

commit 8f160c02060b0255f2af441fc75cb708f4002d6d
Author: Emilio Pozuelo Monfort 
Date:   Sat Aug 9 01:05:12 2014 +0200

Rename the shared library package to libinput3

commit df7b983f2ccf939215c81a120c015d63335e2ff7
Author: Emilio Pozuelo Monfort 
Date:   Sat Aug 9 01:03:15 2014 +0200

New upstream release

commit 5cb934a88457e83d7a8b0559081ea0459f23d5a4
Merge: 22609ab ceaec3f
Author: Emilio Pozuelo Monfort 
Date:   Sat Aug 9 00:35:46 2014 +0200

Merge tag 'upstream/0.5.0' into debian-experimental

Upstream version 0.5.0

commit ceaec3fc9700c5b549f3ddfc3223b29891ecf69b
Author: Emilio Pozuelo Monfort 
Date:   Sat Aug 9 00:35:43 2014 +0200

Imported Upstream version 0.5.0

commit 22609abdeb7f3cdba00a3fc604533b4ec77eb13e
Merge: 165aa48 5b6d2e6
Author: Emilio Pozuelo Monfort 
Date:   Sat Aug 9 00:25:25 2014 +0200

Merge tag 'upstream/0.4.0' into debian-experimental

Upstream version 0.4.0

commit 5b6d2e66b08bbd5f8ff731e5966c8ef37d8cd332
Author: Emilio Pozuelo Monfort 
Date:   Sat Aug 9 00:25:23 2014 +0200

Imported Upstream version 0.4.0

commit 165aa486b71377a2c9790fb3e58a744a6c538916
Merge: dff5a11 e944027
Author: Emilio Pozuelo Monfort 
Date:   Sat Aug 9 00:22:14 2014 +0200

Merge tag 'upstream/0.3.0' into debian-experimental

Upstream version 0.3.0

commit e94402744ea48a06d9357acc850cbe3020ac4f2c
Author: Emilio Pozuelo Monfort 
Date:   Sat Aug 9 00:22:10 2014 +0200

Imported Upstream version 0.3.0

commit dff5a11c6566ed124d7c55691c3b4131c96f0ea5
Author: Emilio Pozuelo Monfort 
Date:   Sat Aug 9 00:21:54 2014 +0200

Update gbp.conf for experimental


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1yiz7h-0004x3...@moszumanska.debian.org



libinput: Changes to 'upstream-unstable'

2015-02-04 Thread Hector Oron
New branch 'upstream-unstable' available with the following commits:


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1yiz7h-0004xq...@moszumanska.debian.org



libinput: Changes to 'debian-unstable'

2015-02-04 Thread Hector Oron
New branch 'debian-unstable' available with the following commits:
commit 457a29066f7a7b609294ca33e3a6de826451be74
Author: Emilio Pozuelo Monfort 
Date:   Sat May 31 21:18:48 2014 +0200

Update gbp.conf for unstable

commit 6cc053ee0cba6b662c86850500493fa387ea26fb
Author: Emilio Pozuelo Monfort 
Date:   Sat May 31 21:16:58 2014 +0200

Upload to unstable

commit 8b274e758bf6b1b73939c7dfefe3e86a4dfe990e
Author: Emilio Pozuelo Monfort 
Date:   Thu May 22 18:49:20 2014 +0200

Release to experimental

commit 8237a5760ba54b23077e20cf83f99e5098744720
Author: Emilio Pozuelo Monfort 
Date:   Thu May 22 18:47:19 2014 +0200

Add notice about the ABI

commit 81ccc872ac3531bd2ef7c5d9c9435637bdb3f957
Author: Emilio Pozuelo Monfort 
Date:   Thu May 22 18:38:39 2014 +0200

Update symbols file

commit 2bee0fb4ef44d9970bd7b8d8d37642944a290321
Author: Emilio Pozuelo Monfort 
Date:   Thu May 22 18:32:08 2014 +0200

Updated copyright years

commit d51293169cbb87836135812befe39b34857220f9
Author: Emilio Pozuelo Monfort 
Date:   Thu May 22 18:30:23 2014 +0200

New upstream release

commit 15e9aafc26108f8dd0fb0bddcf3015fe4b97d16b
Merge: 7c4745e 64af557
Author: Emilio Pozuelo Monfort 
Date:   Thu May 22 18:27:42 2014 +0200

Merge tag 'upstream/0.2.0' into debian-experimental

Upstream version 0.2.0

commit 64af5576f77782ff5a08766271749d92e8d405d5
Author: Emilio Pozuelo Monfort 
Date:   Thu May 22 18:27:38 2014 +0200

Imported Upstream version 0.2.0

commit 7c4745eecee01c72bfff06414a3047ed90d1c7ec
Author: Emilio Pozuelo Monfort 
Date:   Sat Mar 1 19:03:57 2014 +0100

Release to experimental

commit 437fd8fb8dc4bafeee66cbce4f8b7a0c8eb51787
Author: Emilio Pozuelo Monfort 
Date:   Sat Mar 1 18:24:47 2014 +0100

Add initial Debian packaging

commit 817e6e9a51a342c76b6fa796fd4d1c961c03d9b4
Author: Emilio Pozuelo Monfort 
Date:   Sat Mar 1 18:04:18 2014 +0100

Imported Upstream version 0.1.0


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1yiz6q-0004ow...@moszumanska.debian.org



libinput: Changes to 'upstream-experimental'

2015-02-04 Thread Hector Oron
New branch 'upstream-experimental' available with the following commits:


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1yiz7h-0004xy...@moszumanska.debian.org



libinput: Changes to 'pristine-tar'

2015-02-04 Thread Hector Oron
New branch 'pristine-tar' available with the following commits:
commit 3d4d1fea6833fdd192e2ea0eeecba824c4c7757d
Author: Emilio Pozuelo Monfort 
Date:   Fri Sep 12 19:17:37 2014 +0200

pristine-tar data for libinput_0.6.0+dfsg.orig.tar.xz

commit 6ecdfe7092765c48bcef16370d93075e080a2da0
Author: Emilio Pozuelo Monfort 
Date:   Fri Sep 5 02:05:50 2014 +0200

pristine-tar data for libinput_0.5.0+dfsg.orig.tar.xz

commit fd8091a9880d63731a226cf9a386799e70862b69
Author: Emilio Pozuelo Monfort 
Date:   Sat Aug 9 00:35:46 2014 +0200

pristine-tar data for libinput_0.5.0.orig.tar.xz

commit c8c229be3bed52f120e26d5d384eabfced676ffb
Author: Emilio Pozuelo Monfort 
Date:   Sat Aug 9 00:25:25 2014 +0200

pristine-tar data for libinput_0.4.0.orig.tar.xz

commit 7c36f013ccdd4715e853d04e6736bc65b4f8221f
Author: Emilio Pozuelo Monfort 
Date:   Sat Aug 9 00:22:13 2014 +0200

pristine-tar data for libinput_0.3.0.orig.tar.xz

commit 8a9187f078f6af5a204826215c800862caa309cd
Author: Emilio Pozuelo Monfort 
Date:   Thu May 22 18:27:41 2014 +0200

pristine-tar data for libinput_0.2.0.orig.tar.xz

commit 5486f7b23cc20dfeb68728289d3590658346b40d
Author: Emilio Pozuelo Monfort 
Date:   Sat Mar 1 18:04:20 2014 +0100

pristine-tar data for libinput_0.1.0.orig.tar.xz


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1yiz7h-0004xi...@moszumanska.debian.org



Bug#776838: System freezes with borked graphics

2015-02-04 Thread Karsten Loeft
Today I booted again with the "nouveau.config=NvMSI=0" kernel parameter, 
after 5-10 mins I got again first a freeze, then a black screen with 
interlaced colourful stripes.



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54d2198b.5080...@yahoo.de