Commit Graph

170 Commits

Author SHA1 Message Date
Geofferey Eakins
5025e448d2 msm8953-common: prima WCNSS cfg enable McastBcastFilter
Our packet filter changes to the moto prima opensource driver now requires setting this flag to achieve maximum power savings when sleeping by filtering out broadcast and multicast messages.
2020-11-10 01:37:12 +01:00
Naseer Ahmed
d9bcb15498 msm8953-common: power: Use log.h from VNDK
Change-Id: I8aa8566036a44b1587f5cfe6c745e11a3dd19481
2020-11-10 01:37:11 +01:00
Michael Bestas
6ca662329c msm8953-common: power: Compile with -Wall -Wextra 2020-11-10 01:37:10 +01:00
muralivijay
aff368eb39 msm8953-common: power: Remove display_pwr node
* Our 3.18 kernel doesn,t support this. logcat spams like this "E QTI PowerHAL: Error opening /sys/kernel/hbtp/display_pwr: No such file or directory"

Signed-off-by: muralivijay <muralidharan9845@gmail.com>
2020-11-10 01:37:09 +01:00
Pulkit077
4d9b53ce77 msm8953-common: import power HAL
Signed-off-by: jeangraff30 <jeangraff30@gmail.com>
2020-11-10 01:37:09 +01:00
Erfan Abdi
753e9e4bcd msm8953-common: Kang libinit from xiaomi sdm660 common tree
Change-Id: I14618daea9861c9e4677223c5a0d62889c13cab9
2020-11-10 01:37:08 +01:00
Ecco Park
a456b6c47d msm8953-common: add parameters for Hotspot 2.0
Those parameters need to set for Hotspot 2.0 network

interworking=1 : Enable Interworking
hs20=1: Enable Hotspot 2.0
auto_interworking=0 : Do not automatically go through Interworking
                      network selection in wpa_supplicant
Bug: 118633353
Test: live test with Passpoint AP
Signed-off-by: Ecco Park <eccopark@google.com>

Change-Id: Ic2351295802265516f20466113c08e2df0796dfa
2020-11-10 01:37:07 +01:00
Erfan Abdi
2203c377ed msm8953-common: Add APN hack for sprint 312 530
* in moto framework we have “config_sim_operator_override_rules” which is overriding sim operators, and in overlays they are replacing 312530 with 310120.
    getprop of sprint on stock firmware:
    [gsm.sim.operator.numeric]: [310120]
    [gsm.sim.operator.numeric.orig]: [312530]

* We don’t hve such implementation on lineage so it uses wrong APN and mobile data is broken with sprint

* This hack adds 310120 APNs to 312530, so we can have LTE+ on it

Change-Id: I9184348ee58dbf0239fce5cf69b7826b5e7a3ed1
2020-11-10 01:37:07 +01:00
Erfan Abdi
c8d48cd0b5 msm8953-common: Set right Sprint APNs
* We need the new Sprint APNs (x.ispsn.*).

Change-Id: I8680ed8ae214c7e76dc177f1db8474e092b03a37
Signed-off-by: Erfan Abdi <erfangplus@gmail.com>
2020-11-10 01:37:06 +01:00
Erfan Abdi
2b5122892e msm8953-common: Add pixel boot enhancements 2020-11-10 01:37:05 +01:00
Michael Bestas
e05f1f2d13 msm8953-common: Revert back to old FM init prop
* FM app sets system properties now

Change-Id: If38931bc47708e073331009f78f0dd2b1e4a1fff
2020-11-10 01:36:52 +01:00
maxwen
f7ac7cdde3 msm8953-common: Update overlay to hide sRGB toggle
* Now expected as an array in Settings package

Change-Id: I92a56abb0fc1379e4482d1889d04d8db6a14ea2b
2020-11-10 01:36:39 +01:00
dianlujitao
f358dfd690 msm8953-common: Hide sRGB toggle in developer options
* This is only available on Nexus/Pixel devices, and we have our own
   implementation in livedisplay.

Change-Id: I8343e4986d7dd8413bd8d36dfad0309a4c08026e
2020-11-10 01:35:23 +01:00
Michael W
065548fb6e msm8953-common: wifi: Enable 2.4GHz channel bonding
* Improve WiFi speed

Change-Id: I06501a8d01d8a802fe5dd7a6c9edfa96c51afbce
2020-11-10 01:33:37 +01:00
Eric Chang
7c641ee487 msm8953-common: Update rtp daemon user group
- Rtp Daemon user group updated from system to radio
- Updated diag permissions

Change-Id: Ie78a80e59782c935f5a7f0c37302dcc26fb9d98c
2020-11-09 18:15:15 +01:00
Brandon Solis
d67a311454 msm8953-common: Update user group for daemons
ImsDataDaemon, ImsQmiDaemon and ImsRcsService user groups updated from system to radio

Change-Id: I5368db8e29b41f583e7b258a6b56318725279412
2020-11-09 18:14:13 +01:00
Dan Pasanen
61656b69a3 msm8953-common: move wcnss-service to late_start
* wcnss-service is in charge of copying your wcnss ini from /system to
  /data where framework reads it. If /data is encrypted, or being
  encrypted, this can't happen. Move it to late_start so it tries to run
  after encrpytion and mount has happened.

Change-Id: I63dce20f84935ac22dd737c9b63b40c69f3e815d
2020-11-09 18:11:42 +01:00
SyberHexen
6c5e66b9df msm8953-common: Update wlan perameters
* init.qcom.rc Declare WiFi FW reload path
* BoardConfigCommon.mk include WIFI_DRIVER_OPERSTATE_PATH
2020-11-09 18:08:17 +01:00
dianlujitao
11edee6c64 msm8953-common: update-sha1sums: Handle line with opts 2020-11-09 18:05:12 +01:00
jeangraff30
1220e128cd msm8953-common: Initial Common tree
* based on motorola sdm632-common

Co-authored-by: Jorg3Lucas <jorgelucas@pixelexperience.org>
2020-11-09 18:04:50 +01:00