From 0bc438f9d1a435745db7f3a2bdcabb4c2303aa1a Mon Sep 17 00:00:00 2001 From: sinikang Date: Thu, 28 Jul 2011 14:37:56 -0700 Subject: Toro : add DM related device files permission - /dev/cdma_rmnet5 ( logging channel for CDMA modem) - /dev/lte_rmnet4 ( logging channel for LTE modem) - /dev/ttyGS1 ( usb interface device for Host PC) Change-Id: Ic68b01f60e6bf1ad8ccec45f566d478136d1caf2 Signed-off-by: sinikang --- ueventd.tuna.rc | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'ueventd.tuna.rc') diff --git a/ueventd.tuna.rc b/ueventd.tuna.rc index 0dabb04..0404a96 100644 --- a/ueventd.tuna.rc +++ b/ueventd.tuna.rc @@ -17,14 +17,20 @@ /dev/umts_boot0 0660 radio radio /dev/umts_ipc0 0660 radio radio /dev/umts_rfs0 0660 radio radio -/dev/cdma_boot0 0660 radio radio -/dev/cdma_ipc0 0660 radio radio -/dev/cdma_rfs0 0660 radio radio -/dev/lte_boot0 0660 radio radio -/dev/lte_ipc0 0660 radio radio -/dev/lte_rfs0 0660 radio radio -/dev/lte_spi 0660 radio radio /dev/block/mmcblk0p9 0660 radio radio # used by RIL and GPS /dev/ttyO0 0666 system radio + +#for LTE RIL +/dev/cdma_boot0 0660 radio radio +/dev/lte_boot0 0660 radio radio +/dev/cdma_ipc0 0660 radio radio +/dev/lte_ipc0 0660 radio radio +/dev/cdma_rfs0 0660 radio radio +/dev/lte_rfs0 0660 radio radio +/dev/lte_spi 0660 radio radio +/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 -- cgit v1.1