diff options
Diffstat (limited to 'packages/busybox/files/mdev.conf')
-rw-r--r-- | packages/busybox/files/mdev.conf | 57 |
1 files changed, 32 insertions, 25 deletions
diff --git a/packages/busybox/files/mdev.conf b/packages/busybox/files/mdev.conf index b5a4e70209..196194941f 100644 --- a/packages/busybox/files/mdev.conf +++ b/packages/busybox/files/mdev.conf @@ -1,25 +1,32 @@ -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 -vcs* 0:5 0660 -zero 0:0 0666 +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 +vcs.* 0:5 0660 +zero 0:0 0666 + +pcm.* 0:0 0660 =snd/ +control.* 0:0 0660 =snd/ + +event.* 0:0 0660 =input/ +mice 0:0 0660 =input/ +mouse.* 0:0 0660 =input/ |