From d92ea704d8d56f603facab8271408e4595ed8b04 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Fri, 7 Oct 2011 18:47:07 -0700 Subject: tuna: enable off mode based on property If property persist.sys.tuna.off_mode is 1, enable off mode. To enable off mode: adb root adb shell setprop persist.sys.tuna.off_mode 1 Change-Id: I01ce285dd2bd42b41b0432e142a6d63442ca7479 --- init.tuna.rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.tuna.rc b/init.tuna.rc index 5a071d3..d3bb9cf 100755 --- a/init.tuna.rc +++ b/init.tuna.rc @@ -100,6 +100,9 @@ on fs chmod 0660 /sys/bus/usb/devices/usb1/power/control chown radio radio /sys/bus/usb/devices/usb1/power/control +on property:persist.sys.tuna.off_mode=* + write /d/pm_debug/enable_off_mode $persist.sys.tuna.off_mode + 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 From 5d58dac8158a896b4b6202fff67f3f6eedd70a90 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Sun, 9 Oct 2011 13:35:17 -0700 Subject: Updated kernel prebuilt ffc2b67 ASoC: Tuna: Enable/disable TWL6040 external 32kHz clock 8e59ea2 OMAP4: tuna: Add CLK32KAUDIO supply for TWL6040 e6df33d ARM: omap4: tuna: hold clk32kaudio for BT b170253 ARM: omap: tuna: enable/disable clk32kaudio for wlan b687b8f Merge branch 'android-omap-3.0' into android-omap-tuna-3.0 790a509 Merge branch 'android-3.0' into android-omap-3.0 1cd3de1 Merge branch 'linux-omap-3.0' into android-omap-3.0 4e93124 regulator: TWL6030: add clk32kaudio as regulator 9cbcbe7 usb: core: respect the NO_RESET_RESUME quirk bc90e68 usb: ehci: omap4xx: re-enumeration workaround refined f034a16 usb: ehci-omap: implement ulpi helpers 8493beb netfilter: xt_qtaguid: fix crash on ctrl delete command 1c7f07e ASoC: ABE HAL: Use second-order filter for DL2EQ 450Hz HP profile 3bc18c7 bridge: Have tx_bytes count headers like rx_bytes. Change-Id: I25a535c2435018bab93a23f7dbabde9edc49eb85 --- kernel | Bin 3789224 -> 3790148 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/kernel b/kernel index 5503c3c..096b043 100644 Binary files a/kernel and b/kernel differ -- cgit v1.1 From 1798fb2d2717d4aaae089bbd301228e9b62b5901 Mon Sep 17 00:00:00 2001 From: Erik Gilling Date: Mon, 10 Oct 2011 13:34:03 -0700 Subject: new kernel prebuilt includes: 23506ba Merge branch 'android-omap-3.0' into android-omap-tuna-3.0 513de6f Merge branch 'linux-omap-3.0' into android-omap-3.0 ca39a04 gpu: pvr: Update to DDK 1.8@295945 eaa8d0e ARM: omap4: tuna: change adc range of 3 way buttons. 56670ae OMAP4: temp_sensor: Update T_SHUT temperature value to 110C d48af24 mfd: twl6030 madc: disable when not in use 2cfe356 ARM: omap4: tuna: Add support for POGO detection Change-Id: I627dbd951d6247b5c04e853dc42d6ec453db0c4f Signed-off-by: Erik Gilling --- kernel | Bin 3790148 -> 3790932 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/kernel b/kernel index 096b043..37db069 100644 Binary files a/kernel and b/kernel differ -- cgit v1.1