summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorEric Bénard <eric@eukrea.com>2013-09-25 18:52:13 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-26 16:37:56 +0100
commit5454f92e57b03d5e01e5aea394686de83b960ce0 (patch)
tree905cfaf57d9b203142638ca7875275e622395ac9 /meta
parent41875facc982f1c96a5ddf275adba1634b1a5ced (diff)
downloadpoky-5454f92e57b03d5e01e5aea394686de83b960ce0.tar.gz
busybox: update mdev.conf
busybox 1.21.1 's mdev has changed the way the device's name is reported so now we get input/event0 instead of event0. I think this commit is responsible of this new behaviour : http://git.busybox.net/busybox/commit/util-linux/mdev.c?id=c3cf1e30a3022453311a7e9fe11d94c7a381640e Update mdev.conf according to this behaviour so that sound and input devices are correctly populated (and now /etc/mdev/find-touchscreen.sh is executed). Tested on an arm board. (From OE-Core rev: 61b2950ebbc01f5e4fd7aece05bf371100c0c390) Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/busybox/files/mdev.conf14
1 files changed, 8 insertions, 6 deletions
diff --git a/meta/recipes-core/busybox/files/mdev.conf b/meta/recipes-core/busybox/files/mdev.conf
index 0e1d6bc5e0..e688911ff1 100644
--- a/meta/recipes-core/busybox/files/mdev.conf
+++ b/meta/recipes-core/busybox/files/mdev.conf
@@ -24,12 +24,14 @@ usbdev.* 0:0 0660 */etc/mdev/usb.sh
24vcs.* 0:5 0660 24vcs.* 0:5 0660
25zero 0:0 0666 25zero 0:0 0666
26 26
27pcm.* 0:0 0660 =snd/ 27snd/pcm.* 0:0 0660
28control.* 0:0 0660 =snd/ 28snd/control.* 0:0 0660
29timer 0:0 0660 =snd/ 29snd/timer 0:0 0660
30snd/seq 0:0 0660
31snd/mini.* 0:00 0660
30 32
31event.* 0:0 0660 =input/ @/etc/mdev/find-touchscreen.sh 33input/event.* 0:0 0660 @/etc/mdev/find-touchscreen.sh
32mice 0:0 0660 =input/ 34input/mice 0:0 0660
33mouse.* 0:0 0660 =input/ 35input/mouse.* 0:0 0660
34 36
35tun[0-9]* 0:0 0660 =net/ 37tun[0-9]* 0:0 0660 =net/