thermal: enable usb port overheat ui warning
Bug: 146403950 Test: verified by emul_temp Change-Id: Ic83f7d280391822bba8bf29ff158671306ce7cdb Signed-off-by: TeYuan Wang <kamewang@google.com>
This commit is contained in:
parent
4f9b9df985
commit
23b1984c69
|
@ -219,6 +219,31 @@
|
|||
"VrThreshold":"NAN",
|
||||
"Multiplier":0.001,
|
||||
"Monitor":true
|
||||
},
|
||||
{
|
||||
"Name":"usbc-therm-monitor",
|
||||
"Type":"USB_PORT",
|
||||
"HotThreshold":[
|
||||
"NAN",
|
||||
"NAN",
|
||||
"NAN",
|
||||
"NAN",
|
||||
"NAN",
|
||||
"70.0",
|
||||
"NAN"
|
||||
],
|
||||
"HotHysteresis":[
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
5.0,
|
||||
0.0
|
||||
],
|
||||
"VrThreshold":"NAN",
|
||||
"Multiplier":0.001,
|
||||
"Monitor":true
|
||||
}
|
||||
],
|
||||
"CoolingDevices":[
|
||||
|
|
Loading…
Reference in New Issue