diff options
author | Brian Swetland <swetland@google.com> | 2010-09-26 13:06:35 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-09-26 13:06:35 -0700 |
commit | fc61f4589e68a2f9f0ea2ffdc0dbf23cddbc9bfc (patch) | |
tree | 449865a6f64f13a31d8788c4baec98320e24c772 | |
parent | 3e285f695fbb6010f8397db8bf58ff310405d645 (diff) | |
parent | e7b026d47822a3fc60b7e29dfdb65513bc52a158 (diff) | |
download | device_samsung_crespo-fc61f4589e68a2f9f0ea2ffdc0dbf23cddbc9bfc.zip device_samsung_crespo-fc61f4589e68a2f9f0ea2ffdc0dbf23cddbc9bfc.tar.gz device_samsung_crespo-fc61f4589e68a2f9f0ea2ffdc0dbf23cddbc9bfc.tar.bz2 |
Merge "adjust permissions for new radio interface" into gingerbread
-rwxr-xr-x | init.herring.rc | 6 | ||||
-rw-r--r-- | ueventd.herring.rc | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/init.herring.rc b/init.herring.rc index feb13f7..75fc649 100755 --- a/init.herring.rc +++ b/init.herring.rc @@ -21,12 +21,6 @@ on boot mkdir /data/misc/dhcp 0770 dhcp dhcp # phone - chown radio radio /sys/class/modemctl/xmm/control - chmod 660 /sys/class/modemctl/xmm/control - chown radio radio /dev/s3c2410_serial3 - chmod 660 /dev/s3c2410_serial3 - chown radio radio /dev/block/mtdblock5 - chmod 640 /dev/block/mtdblock5 setprop ro.telephony.call_ring.multiple 0 # create data/gps for GPS demon diff --git a/ueventd.herring.rc b/ueventd.herring.rc index 1d5f2ac..83314a3 100644 --- a/ueventd.herring.rc +++ b/ueventd.herring.rc @@ -10,6 +10,10 @@ /dev/s3c-mfc 0664 system graphics /dev/onedram 0664 radio radio +/dev/modemctl 0660 radio radio +/dev/s3c2410_serial3 0660 radio radio +/dev/block/mtdblock5 0660 radio radio + # for Sensor HAL /dev/akm8973_dev 0660 system system /dev/akmd8973_aot 0660 system system |