projects
/
profile
/
ivi
/
wayland.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99d7c64
)
Add support for more types of input devices
author
Kristian Høgsberg
<krh@madara.(none)>
Mon, 13 Sep 2010 20:23:52 +0000
(16:23 -0400)
committer
Kristian Høgsberg
<krh@madara.(none)>
Mon, 13 Sep 2010 20:23:52 +0000
(16:23 -0400)
Well, maybe not support, but we at least recognize touchpads and touchscreens
and try to work with them.
70-wayland.rules
patch
|
blob
|
history
diff --git
a/70-wayland.rules
b/70-wayland.rules
index
53c373f
..
49442de
100644
(file)
--- a/
70-wayland.rules
+++ b/
70-wayland.rules
@@
-1,4
+1,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=="card0", ENV{WAYLAND_SEAT}="1"