projects
/
profile
/
ivi
/
weston-ivi-shell.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d708b0
)
Pick up input devices of type ID_INPUT_TABLET as well
author
Kristian Høgsberg
<krh@bitplanet.net>
Fri, 14 Jan 2011 19:33:49 +0000
(14:33 -0500)
committer
Kristian Høgsberg
<krh@bitplanet.net>
Fri, 14 Jan 2011 19:33:49 +0000
(14:33 -0500)
compositor/70-wayland.rules
patch
|
blob
|
history
diff --git
a/compositor/70-wayland.rules
b/compositor/70-wayland.rules
index
49442de
..
1b7ca66
100644
(file)
--- 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"