diff options
| -rw-r--r-- | meta/recipes-core/busybox/files/mdev.conf | 14 |
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 | |||
| 24 | vcs.* 0:5 0660 | 24 | vcs.* 0:5 0660 |
| 25 | zero 0:0 0666 | 25 | zero 0:0 0666 |
| 26 | 26 | ||
| 27 | pcm.* 0:0 0660 =snd/ | 27 | snd/pcm.* 0:0 0660 |
| 28 | control.* 0:0 0660 =snd/ | 28 | snd/control.* 0:0 0660 |
| 29 | timer 0:0 0660 =snd/ | 29 | snd/timer 0:0 0660 |
| 30 | snd/seq 0:0 0660 | ||
| 31 | snd/mini.* 0:00 0660 | ||
| 30 | 32 | ||
| 31 | event.* 0:0 0660 =input/ @/etc/mdev/find-touchscreen.sh | 33 | input/event.* 0:0 0660 @/etc/mdev/find-touchscreen.sh |
| 32 | mice 0:0 0660 =input/ | 34 | input/mice 0:0 0660 |
| 33 | mouse.* 0:0 0660 =input/ | 35 | input/mouse.* 0:0 0660 |
| 34 | 36 | ||
| 35 | tun[0-9]* 0:0 0660 =net/ | 37 | tun[0-9]* 0:0 0660 =net/ |
