From 05e1737cce9be26803d36f46f891076e01e16a65 Mon Sep 17 00:00:00 2001 From: wonhee Date: Wed, 10 Aug 2011 17:31:13 -0700 Subject: toro: add radio permission for bridge driver node file 1. Add radio permission for '/dev/modem_br' - ril needs to flow control, protocol-suspend(stop) and protocol-resume(start) - this is for ioctl func that ril will access Change-Id: I22049defff1f4a876df960b93392355a51cf2c4a Signed-off-by: wonhee --- ueventd.tuna.rc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ueventd.tuna.rc') diff --git a/ueventd.tuna.rc b/ueventd.tuna.rc index 0404a96..06f4d44 100644 --- a/ueventd.tuna.rc +++ b/ueventd.tuna.rc @@ -33,4 +33,5 @@ /dev/cdma_rmnet5 0660 radio radio /dev/lte_rmnet4 0660 radio radio /dev/ttyGS1 0660 radio radio -/dev/block/mmcblk0p4 0660 radio radio \ No newline at end of file +/dev/block/mmcblk0p4 0660 radio radio +/dev/modem_br 0660 radio radio -- cgit v1.1