diff options
author | wonhee <wonhee48.seo@samsung.com> | 2011-08-16 03:52:09 -0700 |
---|---|---|
committer | Benoit Goby <benoit@android.com> | 2011-08-17 18:01:45 -0700 |
commit | f9b2404a3281d2a61587179a8eef27f38e192d08 (patch) | |
tree | 0f24f999bd5e5e0e4fda9653c96eccb89c903c2f /ueventd.tuna.rc | |
parent | 36b47e4586f7525ce9a13791889574b09e54c498 (diff) | |
download | device_samsung_tuna-f9b2404a3281d2a61587179a8eef27f38e192d08.tar.gz device_samsung_tuna-f9b2404a3281d2a61587179a8eef27f38e192d08.tar.bz2 device_samsung_tuna-f9b2404a3281d2a61587179a8eef27f38e192d08.zip |
misc: modem_if: Add 'radio' permission for ramdump io-devices
1. umts_ramdump0 : HSPA.
2. cdma_ramdump0 : CDMA.
3. lte_ramdump0 : LTE.
Change-Id: I3fbde265666e0f13d56a3adaa54a3a6315ca3731
Signed-off-by: wonhee <wonhee48.seo@samsung.com>
Diffstat (limited to 'ueventd.tuna.rc')
-rw-r--r-- | ueventd.tuna.rc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ueventd.tuna.rc b/ueventd.tuna.rc index 06f4d44..583889d 100644 --- a/ueventd.tuna.rc +++ b/ueventd.tuna.rc @@ -13,11 +13,12 @@ /dev/compassirq 0660 system system /dev/timerirq 0660 system system -#for RIL +#for HSPA RIL /dev/umts_boot0 0660 radio radio /dev/umts_ipc0 0660 radio radio /dev/umts_rfs0 0660 radio radio /dev/block/mmcblk0p9 0660 radio radio +/dev/umts_ramdump0 0660 radio radio # used by RIL and GPS /dev/ttyO0 0666 system radio @@ -35,3 +36,5 @@ /dev/ttyGS1 0660 radio radio /dev/block/mmcblk0p4 0660 radio radio /dev/modem_br 0660 radio radio +/dev/cdma_ramdump0 0660 radio radio +/dev/lte_ramdump0 0660 radio radio |