aboutsummaryrefslogtreecommitdiffstats
path: root/main/busybox-initscripts/mdev.conf
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2016-08-10 13:55:37 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2016-08-11 11:59:23 +0200
commit98746846c0f069bd840293e46bd272f98ee06ca8 (patch)
tree39ecc732681ae936a0b52918179cc1b6c90c54b4 /main/busybox-initscripts/mdev.conf
parent0fcda9d6311e4ba19796360edb452a9df9b6af9d (diff)
downloadaports-98746846c0f069bd840293e46bd272f98ee06ca8.tar.bz2
aports-98746846c0f069bd840293e46bd272f98ee06ca8.tar.xz
main/busybox-initscripts: move input devices to new input group
Since this group is used by udev by default for input devices we should also use it in mdev.
Diffstat (limited to 'main/busybox-initscripts/mdev.conf')
-rw-r--r--main/busybox-initscripts/mdev.conf9
1 files changed, 5 insertions, 4 deletions
diff --git a/main/busybox-initscripts/mdev.conf b/main/busybox-initscripts/mdev.conf
index 71b376e35f..8e3ed73f4c 100644
--- a/main/busybox-initscripts/mdev.conf
+++ b/main/busybox-initscripts/mdev.conf
@@ -82,10 +82,11 @@ psaux root:root 0660 >misc/
rtc root:root 0664 >misc/
# input stuff
-event[0-9]+ root:root 0640 =input/
-mice root:root 0640 =input/
-mouse[0-9] root:root 0640 =input/
-ts[0-9] root:root 0600 =input/
+event[0-9]+ root:input 0640 =input/
+mice root:input 0640 =input/
+mouse[0-9] root:input 0640 =input/
+js[0-9] root:input 0640 =input/
+ts[0-9] root:input 0600 =input/
# v4l stuff
vbi[0-9] root:video 0660 >v4l/