diff options
author | Brian Swetland <swetland@google.com> | 2010-10-26 15:42:10 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-10-26 15:42:10 -0700 |
commit | 60afdedc4c1a8532893b09d95907d70d577f9d4b (patch) | |
tree | e58dccf9da054101bb227ffa16f9a69d9b1516f2 | |
parent | 439b4dfb27e56684a8d1c249af3cd5c45711618b (diff) | |
parent | 146481b9468ff60214e41c93896259a7201df7cb (diff) | |
download | system_core-60afdedc4c1a8532893b09d95907d70d577f9d4b.zip system_core-60afdedc4c1a8532893b09d95907d70d577f9d4b.tar.gz system_core-60afdedc4c1a8532893b09d95907d70d577f9d4b.tar.bz2 |
am 146481b9: add rules to set perms for input device sysfs attributes
-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 + |