From c99e7da7d4b0579e862d8ff039d5ff712f765814 Mon Sep 17 00:00:00 2001 From: "Peter (YM)" Date: Wed, 16 Oct 2024 02:43:07 +0000 Subject: [PATCH 1/2] Set the fcc cdev_ceiling to 1A before disable charge Flag: EXEMPT tuning changes Bug: 373720257 Test: verified by emul_temp Signed-off-by: Peter (YM) (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:d37530d22bf28286a40a241fbdb6656a7e582833) Merged-In: Ie1a407aaac090365bf96bcc2c9180a626af7399c Change-Id: Ie1a407aaac090365bf96bcc2c9180a626af7399c --- thermal/thermal_info_config_charge_tegu.json | 2 +- thermal/thermal_info_config_tegu.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/thermal/thermal_info_config_charge_tegu.json b/thermal/thermal_info_config_charge_tegu.json index 51e2482..1ebf2ad 100644 --- a/thermal/thermal_info_config_charge_tegu.json +++ b/thermal/thermal_info_config_charge_tegu.json @@ -137,7 +137,7 @@ "CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1], "MaxReleaseStep": 4, "MaxThrottleStep": 4, - "CdevCeiling": [0, 25, 25, 25, 26, 26, 26], + "CdevCeiling": [0, 22, 22, 22, 26, 26, 26], "LimitInfo": [0, 0, 0, 0, 0, 26, 26] } ] diff --git a/thermal/thermal_info_config_tegu.json b/thermal/thermal_info_config_tegu.json index fcba58a..2bc230e 100644 --- a/thermal/thermal_info_config_tegu.json +++ b/thermal/thermal_info_config_tegu.json @@ -890,7 +890,7 @@ "CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1], "MaxReleaseStep": 4, "MaxThrottleStep": 4, - "CdevCeiling": [0, 25, 25, 25, 26, 26, 26], + "CdevCeiling": [0, 22, 22, 22, 26, 26, 26], "LimitInfo": [0, 0, 0, 0, 0, 26, 26] } ] From 040e234c5b61cfe65237d186d1df4ccdcc1806a2 Mon Sep 17 00:00:00 2001 From: chenkris Date: Thu, 31 Oct 2024 11:18:07 +0000 Subject: [PATCH 2/2] tg4: udfps: enable max touch size filtering Flag: EXEMPT NDK Bug: 362903978 Test: enroll and authenticate fingerprint (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:4bda4727bed889f01862fafb40c903e9fe2fb687) Merged-In: I2e61ca7278a5aace3b7c1a2e2e3deacbcd551649 Change-Id: I2e61ca7278a5aace3b7c1a2e2e3deacbcd551649 --- device-tegu.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/device-tegu.mk b/device-tegu.mk index d809b2a..2d980b3 100644 --- a/device-tegu.mk +++ b/device-tegu.mk @@ -396,6 +396,7 @@ PRODUCT_VENDOR_PROPERTIES += \ persist.vendor.udfps.fps_touch_handler_supported=true \ persist.vendor.udfps.fps_touch_handler.handle_down_up_events=true \ persist.vendor.udfps.lhbm_controlled_in_hal_supported=true \ + persist.vendor.udfps.max_touch_filter_supported=true \ persist.vendor.udfps.set_lhbm_in_advance=true \ persist.vendor.udfps.auto_exposure_compensation_supported=true