mirror of
https://git.yoctoproject.org/poky
synced 2026-06-17 10:53:49 +02:00
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>
38 lines
692 B
Plaintext
38 lines
692 B
Plaintext
console 0:0 0600
|
|
cpu_dma_latency 0:0 0660
|
|
fb0:0 44 0660
|
|
full 0:0 0666
|
|
initctl 0:0 0600
|
|
ircomm[0-9].* 0:20 0660
|
|
kmem 0:15 0640
|
|
kmsg 0:0 0660
|
|
log 0:0 0666
|
|
loop[0-9].* 0:6 0640
|
|
mem 0:15 0640
|
|
network_latency 0:0 0660
|
|
network_throughput 0:0 0660
|
|
null 0:0 0666
|
|
port 0:15 0640
|
|
ptmx 0:5 0666
|
|
ram[0-9].* 0:6 0640
|
|
random 0:0 0666
|
|
sda 0:6 0640
|
|
tty 0:5 0666
|
|
tty.* 0:0 0620
|
|
urandom 0:0 0666
|
|
usbdev.* 0:0 0660 */etc/mdev/usb.sh
|
|
vcs.* 0:5 0660
|
|
zero 0:0 0666
|
|
|
|
snd/pcm.* 0:0 0660
|
|
snd/control.* 0:0 0660
|
|
snd/timer 0:0 0660
|
|
snd/seq 0:0 0660
|
|
snd/mini.* 0:00 0660
|
|
|
|
input/event.* 0:0 0660 @/etc/mdev/find-touchscreen.sh
|
|
input/mice 0:0 0660
|
|
input/mouse.* 0:0 0660
|
|
|
|
tun[0-9]* 0:0 0660 =net/
|