Add how to create a udev rule for the evdev plugins
Change-Id: Icd7a192701958673fe216f40ddab710f5f63a8b8 Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com> Reviewed-by: Andy Nichols <andy.nichols@digia.com>bb10
parent
bb05c4129e
commit
03285044a0
|
|
@ -0,0 +1,7 @@
|
|||
On development machines it might be useful to add the input devices
|
||||
to a group that your development user i part of. Ie add:
|
||||
KERNEL=="event*", SUBSYSTEM=="input", MODE="0640", GROUP="users"
|
||||
|
||||
to a file such as:
|
||||
/etc/udev/rules.d/10-local.rules
|
||||
|
||||
|
|
@ -12,3 +12,11 @@ initial position.
|
|||
|
||||
Touchpads reporting absolute events will work too, the positions will
|
||||
be turned into relative. Touchscreens are however not supported.
|
||||
|
||||
On development machines it might be useful to add the input devices
|
||||
to a group that your development user i part of. Ie add:
|
||||
KERNEL=="event*", SUBSYSTEM=="input", MODE="0640", GROUP="users"
|
||||
|
||||
to a file such as:
|
||||
/etc/udev/rules.d/10-local.rules
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue