pldm: Sensor polling after setting numeric effecter#70
Conversation
|
Once a numeric effecter is set, sensor polling that was disabled when pldmd started, is enabled. This message is logged and polling starts. <6> Enable polling for sensor ID: 8 Tx: 86 02 11 08 00 00 |
mahkurap
left a comment
There was a problem hiding this comment.
Please add this AMD flag.
Polling for value of a numeric sensor that has a corrospoinding numeric effecter is disabled since the polling returns error until the numeric effecter is set to an pertinent value. Once a numeric effecter is set with a pertinent value using D-Bus set-property method, enable polling the corresponding numeric sensor for its value. Signed-off-by: Shirish Pargaonkar <Shirish.Pargaonkar@amd.com>
200716c to
771dd0a
Compare
Polling for value of a numeric sensor that has a
corrospoinding numeric effecter is disabled since
the polling returns error until the numeric effecter is set to an pertinent value.
Once a numeric effecter is set with a pertinent value using D-Bus set-property method, enable polling the corresponding numeric sensor for its value.