From cd0bd9a824db60c6f7be3b7c23d1bd9ed302b015 Mon Sep 17 00:00:00 2001 From: Benoit Goby Date: Mon, 24 Oct 2011 17:22:35 -0700 Subject: tuna: Allow the RIL to control the LTE modem autosuspend mode Change-Id: Iecf672a25911792acf51b4de08c794f5e8024551 --- init.tuna.rc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'init.tuna.rc') diff --git a/init.tuna.rc b/init.tuna.rc index a376f1b..2dabb9d 100755 --- a/init.tuna.rc +++ b/init.tuna.rc @@ -109,6 +109,9 @@ on fs on property:persist.sys.tuna.off_mode=* write /d/pm_debug/enable_off_mode $persist.sys.tuna.off_mode +on property:ril.modem.lte.powercontrol=* + write /sys/bus/usb/devices/1-1/power/control $ril.modem.lte.powercontrol + service fRom /system/bin/fRom \ -x /data/misc/camera/R5_MVEN003_LD2_ND0_IR0_SH0_FL1_SVEN003_DCCID1044 \ -d /dev/mtd/mtd0 -- cgit v1.1