From 446ad349cadc852d716e26825471a8ece840c305 Mon Sep 17 00:00:00 2001 From: TeYuan Wang Date: Wed, 11 Oct 2023 14:54:29 -0700 Subject: [PATCH] thermal: Update the polling settings for VSKIN-SPEAKER Bug: 304828870 Test: confirm VSKIN-SPEAKER from thermalHAL verbose log Change-Id: I8b5687d5a2dc55ae131e84368735cef031a8e35e --- thermal/thermal_info_config_husky.json | 4 +++- thermal/thermal_info_config_shiba.json | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/thermal/thermal_info_config_husky.json b/thermal/thermal_info_config_husky.json index 7d31e4c..1702dd2 100644 --- a/thermal/thermal_info_config_husky.json +++ b/thermal/thermal_info_config_husky.json @@ -750,7 +750,9 @@ "HotThreshold":["NAN", 37.0, "NAN", "NAN", "NAN", "NAN", "NAN"], "HotHysteresis":[0.0, 1.9, 0.0, 0.0, 0.0, 0.0, 0.0], "Multiplier":0.001, - "SendCallback":true + "SendCallback":true, + "PollingDelay":60000, + "PassiveDelay":7000 }, { "Name":"VIRTUAL-SKIN-CHARGE-SUB-0", diff --git a/thermal/thermal_info_config_shiba.json b/thermal/thermal_info_config_shiba.json index 5609d65..7310582 100644 --- a/thermal/thermal_info_config_shiba.json +++ b/thermal/thermal_info_config_shiba.json @@ -729,7 +729,9 @@ "HotThreshold":["NAN", 37.0, "NAN", "NAN", "NAN", "NAN", "NAN"], "HotHysteresis":[0.0, 1.9, 0.0, 0.0, 0.0, 0.0, 0.0], "Multiplier":0.001, - "SendCallback":true + "SendCallback":true, + "PollingDelay":60000, + "PassiveDelay":7000 }, { "Name":"VIRTUAL-SKIN-CHARGE-SUB-0",