summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/udev/udev-extraconf/localextra.rules
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/udev/udev-extraconf/localextra.rules')
-rw-r--r--meta/recipes-core/udev/udev-extraconf/localextra.rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/udev/udev-extraconf/localextra.rules b/meta/recipes-core/udev/udev-extraconf/localextra.rules
index 4eaa8ca9b0..3d51d3e395 100644
--- a/meta/recipes-core/udev/udev-extraconf/localextra.rules
+++ b/meta/recipes-core/udev/udev-extraconf/localextra.rules
@@ -19,3 +19,5 @@ KERNEL=="rtc0", SYMLINK+="rtc"
19#The first framebuffer is symlinked to /dev/fb 19#The first framebuffer is symlinked to /dev/fb
20KERNEL=="fb0", SYMLINK+="fb" 20KERNEL=="fb0", SYMLINK+="fb"
21 21
22# Make all input devices read-write to the input group
23SUBSYSTEM=="input", GROUP="input", MODE="660"