diff options
-rw-r--r-- | rootdir/ueventd.rc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rootdir/ueventd.rc b/rootdir/ueventd.rc index 7845eb9..616566e 100644 --- a/rootdir/ueventd.rc +++ b/rootdir/ueventd.rc @@ -75,3 +75,8 @@ /dev/ts0710mux* 0640 radio radio /dev/ppp 0660 radio vpn /dev/tun 0640 vpn vpn + +# sysfs properties +/sys/devices/virtual/input/input* enable 0660 root input +/sys/devices/virtual/input/input* poll_delay 0660 root input + |