diff options
| -rw-r--r-- | smdev/.md5sum | 2 | ||||
| -rw-r--r-- | smdev/config.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/smdev/.md5sum b/smdev/.md5sum index 172e150..ecbac0c 100644 --- a/smdev/.md5sum +++ b/smdev/.md5sum | |||
| @@ -1,2 +1,2 @@ | |||
| 1 | 6575f64bb2997388b290dab356fca39b config.h | 1 | 43a10b11b822e756659c39391916d9cf config.h |
| 2 | 62ff7b5a4853b6db6c5f89362f15dea0 include-sysmacros_h.diff | 2 | 62ff7b5a4853b6db6c5f89362f15dea0 include-sysmacros_h.diff |
diff --git a/smdev/config.h b/smdev/config.h index 7fdd3ca..ac9d0a1 100644 --- a/smdev/config.h +++ b/smdev/config.h | |||
| @@ -28,6 +28,7 @@ struct rule { | |||
| 28 | { "sd[a-z].*", "root", "disk", 0660, NULL, NULL }, | 28 | { "sd[a-z].*", "root", "disk", 0660, NULL, NULL }, |
| 29 | { "ts[0-9]+", "root", "root", 0640, "=input/", NULL }, | 29 | { "ts[0-9]+", "root", "root", 0640, "=input/", NULL }, |
| 30 | { "input/.*", "root", "input", 0660, "=input/", NULL }, | 30 | { "input/.*", "root", "input", 0660, "=input/", NULL }, |
| 31 | { "uinput", "root", "input", 0660, "=input/", NULL }, | ||
| 31 | { "dri/.*", "root", "video", 0660, "=dri/", NULL }, | 32 | { "dri/.*", "root", "video", 0660, "=dri/", NULL }, |
| 32 | { "snd/.*", "root", "audio", 0660, "=snd/", NULL }, | 33 | { "snd/.*", "root", "audio", 0660, "=snd/", NULL }, |
| 33 | { "midi.*", "root", "audio", 0660, "=snd/", NULL }, | 34 | { "midi.*", "root", "audio", 0660, "=snd/", NULL }, |
