aboutsummaryrefslogtreecommitdiffstats
path: root/compositor
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2011-01-14 14:33:49 -0500
committerKristian Høgsberg <krh@bitplanet.net>2011-01-14 14:33:49 -0500
commited64311b6c8cddb4e1183e5598a477c47ca82650 (patch)
tree6395e12732b57b09ee9a1ef260ff2999bf7fb711 /compositor
parentterminal: Fix bugs in attribute rendering (diff)
downloadwayland-ed64311b6c8cddb4e1183e5598a477c47ca82650.tar
wayland-ed64311b6c8cddb4e1183e5598a477c47ca82650.tar.gz
wayland-ed64311b6c8cddb4e1183e5598a477c47ca82650.tar.bz2
wayland-ed64311b6c8cddb4e1183e5598a477c47ca82650.tar.lz
wayland-ed64311b6c8cddb4e1183e5598a477c47ca82650.tar.xz
wayland-ed64311b6c8cddb4e1183e5598a477c47ca82650.tar.zst
wayland-ed64311b6c8cddb4e1183e5598a477c47ca82650.zip
Pick up input devices of type ID_INPUT_TABLET as well
Diffstat (limited to 'compositor')
-rw-r--r--compositor/70-wayland.rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/compositor/70-wayland.rules b/compositor/70-wayland.rules
index 49442de..1b7ca66 100644
--- a/compositor/70-wayland.rules
+++ b/compositor/70-wayland.rules
@@ -2,5 +2,6 @@ KERNEL=="event*", ENV{ID_INPUT_KEYBOARD}=="1", ENV{WAYLAND_SEAT}="1"
KERNEL=="event*", ENV{ID_INPUT_MOUSE}=="1", ENV{WAYLAND_SEAT}="1"
KERNEL=="event*", ENV{ID_INPUT_TOUCHPAD}=="1", ENV{WAYLAND_SEAT}="1"
KERNEL=="event*", ENV{ID_INPUT_TOUCHSCREEN}=="1", ENV{WAYLAND_SEAT}="1"
+KERNEL=="event*", ENV{ID_INPUT_TABLET}=="1", ENV{WAYLAND_SEAT}="1"
KERNEL=="card0", ENV{WAYLAND_SEAT}="1"