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
Jorgen Lind 2013-06-14 14:00:36 +02:00 committed by The Qt Project
parent bb05c4129e
commit 03285044a0
2 changed files with 15 additions and 0 deletions

View File

@ -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

View File

@ -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