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 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] } ]