diff options
| author | Shokara Kou <kou@13f0.net> | 2022-05-13 18:00:48 -0400 |
|---|---|---|
| committer | Shokara Kou <kou@13f0.net> | 2022-12-10 16:12:53 -0500 |
| commit | 0282d076929a2efe983d6a455447d9dae7c46f65 (patch) | |
| tree | dbe1a31fe348fd1c82ed6e1bc236b682be408968 /smdev | |
| parent | 6547671ad2bf5a1d6d797aedd3daa29b792eb7f0 (diff) | |
add uinput to smdev config
Diffstat (limited to 'smdev')
| -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 }, |
