From 03285044a087c854e0c35f01dcc832e43894c44c Mon Sep 17 00:00:00 2001 From: Jorgen Lind Date: Fri, 14 Jun 2013 14:00:36 +0200 Subject: Add how to create a udev rule for the evdev plugins Change-Id: Icd7a192701958673fe216f40ddab710f5f63a8b8 Reviewed-by: Paul Olav Tvete Reviewed-by: Andy Nichols --- src/plugins/generic/evdevmouse/README | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/plugins/generic/evdevmouse') diff --git a/src/plugins/generic/evdevmouse/README b/src/plugins/generic/evdevmouse/README index 76ee76bc91..526106e338 100644 --- a/src/plugins/generic/evdevmouse/README +++ b/src/plugins/generic/evdevmouse/README @@ -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 + -- cgit v1.2.3