intel / ledmon

Enclosure LED Utilities
GNU General Public License v2.0
72 stars 44 forks source link

[ENHANCEMENT] Refactor assigning value ibpi_prev in _send_msg. #235

Open bkucman opened 2 weeks ago

bkucman commented 2 weeks ago

Description

Currently, the send message function assigns the pattern determined by ledmon every time, regardless whether the controller returned a success or not. This mechanism should start recognizing whether the pattern was written successfully, and handle these states accordingly.

Reason

Environment

N/A