diff options
author | Mike Lockwood <lockwood@android.com> | 2011-02-02 15:23:40 -0500 |
---|---|---|
committer | Mike Lockwood <lockwood@android.com> | 2011-02-08 17:41:19 -0500 |
commit | ddc4cfd8b2dd556b30898c6d7b02883b57ce96b0 (patch) | |
tree | 0a7f84a060fddfa53d6c375cda185f7c9cba346c /rootdir/ueventd.rc | |
parent | 45e96d0e49a02c710520d9a023b699a578352c5b (diff) |
ueventd.rc: Give system process permission to enable and disable USB functions
Change-Id: I4af1f3fed857df2be96a640f65cd612577c957c7
Signed-off-by: Mike Lockwood <lockwood@android.com>
Diffstat (limited to 'rootdir/ueventd.rc')
-rw-r--r-- | rootdir/ueventd.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/ueventd.rc b/rootdir/ueventd.rc index 356de46f8..51a4337dd 100644 --- a/rootdir/ueventd.rc +++ b/rootdir/ueventd.rc @@ -79,4 +79,4 @@ # sysfs properties /sys/devices/virtual/input/input* enable 0660 root input /sys/devices/virtual/input/input* poll_delay 0660 root input - +/sys/devices/virtual/usb_composite/* enable 0664 root system |