From f9b2404a3281d2a61587179a8eef27f38e192d08 Mon Sep 17 00:00:00 2001 From: wonhee Date: Tue, 16 Aug 2011 03:52:09 -0700 Subject: 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 --- ueventd.tuna.rc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ueventd.tuna.rc') 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 -- cgit v1.1