SDCC rail is power collapsed only if it is idle for 10s.
In non tunnel mode audio playback 1mA current is saved
with this change.
Change-Id: If616ef0327fcc456c948c192561a0fd1418eb979
CRs-Fixed: 352918
telephony: Set accept_ra==2 for rmnet_usbx interfaces
When ipv6 forwarding is active, rmnet_usbX interfaces
are not receiving an ipv6 address. This will happen for
instance, when tethering is enabled before the rmnet_usbX
interface is setup.
Set accep_ra==2, for those interfaces, which allows them
to act on router advertisements even when forwarding
is active
Change-Id: I3c80cbab4e8c31a84db2ce6b5dc658a76019ee44
Some of the qcom services require to remount system partition with read-write
permission. But since all of them running as independent asyncronous services
so this can cause some issue.
init.post_fs.sh is responsible to call all such services syncronously and
in the end remount system partition as read-only.
Change-Id: I4c03a67df5eb429b2ede633f81135e8b5c457673
Added wifi-sdio-on service ,which will start sdio polling
Modification of qcom.sdio.sh ,which will always on polling
Change-Id: I1bbd0b056dd571312e8351f0679e3d36fd55f3e4
Access to Diag requires processes to be part of a new "qcom_diag" group.
Adding QMUXD, QMI Proxy to be part of this new group to be able
to log messages to Diag.
Change-Id: I9eb08ac8f44590656c0bd8f0e8ce648e9e406deb
Squashed commit of the following:
commit fef7046a2ace2c5e766d1eab249f86523213d702
Author: Royston Rodrigues <roystonr@codeaurora.org>
Date: Thu Jul 12 08:42:20 2012 +0530
Bluetooth: Add permissions for smd and rfcomm device nodes.
Change-Id: Id4bbb9269635560ec71880eb340fafc5c6b85878
commit 4eab8848774920ec0ed786f57446f831b2e6a5c9
Author: Peter Krystad <pkrystad@codeaurora.org>
Date: Mon Mar 12 16:46:55 2012 -0700
Bluetooth: Remove references to amploader utility
Amploader utility was specific to 1312 chip, and functionality has been
disabled. Remove these references so the utility itself can be removed.
Change-Id: I40e842309dbd24c98e240753c53748e432583f18
CRs-fixed: 336688
Change-Id: I0474027db9bccffcf4ab42c9f652a2b5a0aaed78
Added wpa_supplicant and p2p_supplicant service, which will
be used for standalone STA and WiFi Direct modes respectively.
Change-Id: I705c027a86489a39e792a5c09c9850a3ab53ce34
Init process takes care of creating a userspace property using parameters
passed in kernel commandline.
Android bootloader is already sending androidboot.emmc=true for emmc targets.
Init uses it to create a property as ro.boot.emmc=true. So with that there is no
need for ro.emmc property anymore.
Change-Id: I3f49cc0a1ef01cb7ecc26e3f1becb68d3c38a313
Some unkown service is using this node to bring modem out of reset multiple times.
This is causing LPASS and MPSS crashes.
Adding change to not to change permission of this node to avoid this crash.
Need to figure out the culprit service and fix that.
Change-Id: I472f2fe147d2903b1ea65206625510eb5f66564b
sdcard service is responsible to mount a fuse sdcard. But since this
service uses data partition so it needs to be under late_start.
Another requirement is if user wants to switch to external sdcard then
this service should not start.
To fix this we use nonencrypted and vold.decrypt triggers to set the property
for this service to start.
nonencrypted is started when device is not encrypted and init is able to mount
data partition.
vold.decrypt=trigger_restart_framework is set on encrypted phone after user's
successful login in the device.
Change-Id: I24aa6395b44530555669045e85da66abb7df5da8