commit | 53b134045f686972eb0a5ec1d4301fc04e3f095a | [log] [tgz] |
---|---|---|
author | Ruben Brunk <rubenbrunk@google.com> | Fri Mar 25 13:45:00 2016 -0700 |
committer | Ruben Brunk <rubenbrunk@google.com> | Fri Mar 25 13:45:00 2016 -0700 |
tree | 1ec8a373235c3f7aa057059d501078f079b0cabb | |
parent | f588e0b3b9ab3b07b8833bccf9ab8a870d3943df [diff] [blame] |
Update temp limits in thermal HAL impl. Bug: 27549685 Change-Id: I280610bbfda7d9fb65a7bc42831c4a545ea21757
diff --git a/modules/thermal/thermal.c b/modules/thermal/thermal.c index c45d87a..6ba5845 100644 --- a/modules/thermal/thermal.c +++ b/modules/thermal/thermal.c
@@ -72,6 +72,7 @@ .current_value = temp, .throttling_threshold = UNKNOWN_TEMPERATURE, .shutdown_threshold = UNKNOWN_TEMPERATURE, + .vr_throttling_threshold = UNKNOWN_TEMPERATURE, }; } fclose(file);