diff options
author | Brian Swetland <swetland@google.com> | 2010-10-26 15:44:20 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-10-26 15:44:20 -0700 |
commit | 7ffa661595df7bc71f1ae2e8cefcd658b0f9bdf5 (patch) | |
tree | 680695a41205526544b6cd6885bd037b4a869203 /rootdir/ueventd.rc | |
parent | 7ca8f1243b68147c317aa5c6172fc4a7a1ef2567 (diff) | |
parent | 60afdedc4c1a8532893b09d95907d70d577f9d4b (diff) | |
download | core-7ffa661595df7bc71f1ae2e8cefcd658b0f9bdf5.tar.gz core-7ffa661595df7bc71f1ae2e8cefcd658b0f9bdf5.tar.bz2 core-7ffa661595df7bc71f1ae2e8cefcd658b0f9bdf5.zip |
am 60afdedc: am 146481b9: add rules to set perms for input device sysfs attributes
Diffstat (limited to 'rootdir/ueventd.rc')
-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 05118bc47..a52bdda18 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 + |