All of lore.kernel.org
 help / color / mirror / Atom feed
* about phosphor pid control package
@ 2019-05-08 13:45 Will Liang (梁永鉉)
  2019-05-08 16:36 ` Patrick Venture
  0 siblings, 1 reply; 8+ messages in thread
From: Will Liang (梁永鉉) @ 2019-05-08 13:45 UTC (permalink / raw)
  To: OpenBMC Maillist

Hi,

I have a question about getFailSafeMode().

Currently, only sensors that are defined as "temp" types can be checked for failure.
I did not find any "fan" type sensors to check if the fan has failed.
Our project need to check the fan fail so  I want to add another "fan" sensor type to check.

Can I add one more "for loop" to check the fan sensor in updateSensors() function in zone.cpp??

for (const auto& t : _thermalInputs)
{
    ........
}
for (const auto& t : _fanInputs)
{
    ........
}

BRs,
Will

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-05-14 16:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-08 13:45 about phosphor pid control package Will Liang (梁永鉉)
2019-05-08 16:36 ` Patrick Venture
2019-05-09  6:33   ` Will Liang (梁永鉉)
2019-05-09 14:43     ` Patrick Venture
2019-05-09 17:51       ` James Feist
2019-05-10  0:08         ` Will Liang (梁永鉉)
2019-05-14 12:50         ` Will Liang (梁永鉉)
2019-05-14 16:01           ` James Feist

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.