From e5761a26449449ddf76cfa5a757a6d52ddfed900 Mon Sep 17 00:00:00 2001 From: eddielan Date: Tue, 13 Dec 2022 18:33:19 +0800 Subject: [PATCH 1/3] fingerprint: Add DP count flag Bug: 261151317 Test: Build pass Change-Id: I19abfe051c82a76f6ed2efa197f10a5d21c3780c --- fingerprint_config.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/fingerprint_config.mk b/fingerprint_config.mk index 5870c87..06eca62 100644 --- a/fingerprint_config.mk +++ b/fingerprint_config.mk @@ -5,4 +5,5 @@ FPC_CONFIG_TRUSTY_CLEAN_TA=1 else # Non factory build, use fingerprint AIDL version GOOGLE_CONFIG_POWER_NODE=/dev/input/event1 +GOOGLE_CONFIG_DP_COUNT=2 endif From 28bfd97e3ad9595a25689466f13f1580b3aaf9c0 Mon Sep 17 00:00:00 2001 From: Kai Shi Date: Wed, 4 Jan 2023 09:18:13 -0800 Subject: [PATCH 2/3] Enable DTIM multiplier config Enable DTIM multiplier configuration in Pixels. Bug: 259554744 Test: manual Change-Id: I92842c74dd280829e4eb4c713e6181e88d418898 --- rro_overlays/WifiOverlay/res/values/config.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rro_overlays/WifiOverlay/res/values/config.xml b/rro_overlays/WifiOverlay/res/values/config.xml index aa13002..9614f5c 100644 --- a/rro_overlays/WifiOverlay/res/values/config.xml +++ b/rro_overlays/WifiOverlay/res/values/config.xml @@ -152,4 +152,8 @@ true + + + true From 1ce504b796148e67b790bf15824f6044db02fab5 Mon Sep 17 00:00:00 2001 From: Redick_Lin Date: Tue, 10 Jan 2023 12:44:28 +0800 Subject: [PATCH 3/3] bcl: update temperature condition of BAACL Bug: 264017586 Change-Id: Id81d45da53c1ae9ee95616e86529d713ba00fbdd Signed-off-by: Redick_Lin --- thermal_info_config_felix.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thermal_info_config_felix.json b/thermal_info_config_felix.json index aa4a99d..cd63def 100644 --- a/thermal_info_config_felix.json +++ b/thermal_info_config_felix.json @@ -710,7 +710,7 @@ "Formula":"COUNT_THRESHOLD", "TriggerSensor": "soc", "Combination":["battery", "soc"], - "Coefficient":[-25000, 80], + "Coefficient":[-10000, 80], "HotThreshold":["NAN", "NAN", "NAN", "NAN", 2.0, "NAN", "NAN"], "Multiplier":1, "SendCallback":true