diff options
author | Mike Lockwood <lockwood@android.com> | 2011-02-09 16:50:15 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-02-09 16:50:15 -0800 |
commit | 99038f96fd458848c18d63db8cc7668cc8f1a1c7 (patch) | |
tree | 814c5f9af7adde5b406da7990e5eda1b9392e4d2 | |
parent | 2847d395536aa94b06cdc6b64ca1a250d5b207bc (diff) | |
parent | ddc4cfd8b2dd556b30898c6d7b02883b57ce96b0 (diff) | |
download | system_core-99038f96fd458848c18d63db8cc7668cc8f1a1c7.zip system_core-99038f96fd458848c18d63db8cc7668cc8f1a1c7.tar.gz system_core-99038f96fd458848c18d63db8cc7668cc8f1a1c7.tar.bz2 |
Merge changes I4af1f3fe,I17db8d9b
* changes:
ueventd.rc: Give system process permission to enable and disable USB functions
Set USB group for /dev/usb_accessory
-rw-r--r-- | rootdir/ueventd.rc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rootdir/ueventd.rc b/rootdir/ueventd.rc index d343bd4..51a4337 100644 --- a/rootdir/ueventd.rc +++ b/rootdir/ueventd.rc @@ -69,6 +69,7 @@ /dev/qmi2 0640 radio radio /dev/bus/usb/* 0660 root usb /dev/mtp_usb 0660 root mtp +/dev/usb_accessory 0660 root usb # CDMA radio interface MUX /dev/ts0710mux* 0640 radio radio @@ -78,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 |