xserver: enable InputClass option "GrabDevice" by default for non-seat0 seats (#69478)
authorLaércio de Sousa <lbsousajr@gmail.com>
Wed, 18 Sep 2013 16:42:17 +0000 (13:42 -0300)
committerPeter Hutterer <peter.hutterer@who-t.net>
Tue, 24 Sep 2013 17:52:54 +0000 (03:52 +1000)
commitc73c36b537f996574628e69681833ea37dec2b6e
treedb9b6ca4b1daea9650f0b892be5132b457039963
parent160c2db32d0b9ee5316a44179a6af4f4722e3d0a
xserver: enable InputClass option "GrabDevice" by default for non-seat0 seats (#69478)

This patch contributes to fill the remaining gaps which make
systemd-multi-seat-x wrapper still necessary in some multiseat setups.

This also replaces previous evdev patch that does the same thing
for that particular driver.

When option "-seat" is passed with an argument different from "seat0",
option "GrabDevice" for input devices is enabled by default
(no need of enabling it in xorg.conf's "InputClass" section).

Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=69478

Signed-off-by: Laércio de Sousa <lbsousajr@gmail.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
config/udev.c