Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
Signed-off-by: DaRK AnGeL <[email protected]>
  • Loading branch information
masterwishx committed Oct 27, 2024
1 parent 08cbba1 commit ebc0ff4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/mge-hid.c
Original file line number Diff line number Diff line change
Expand Up @@ -1634,9 +1634,9 @@ static hid_info_t mge_hid2nut[] =
/* NOTE: 9E Model and some other using ("UPS.BatterySystem.Charger.Status" and "UPS.BatterySystem.Charger.ChargerType")
* instead of ("UPS.BatterySystem.Charger.ABMEnable" and "UPS.BatterySystem.Charger.Mode") */

/* Not published, just to store in internal var. abm_charger_table_mode, ABM charger table flag if the path exist */
/* Not published, just to store in internal var. abm_charger_table_mode, ABM charger table flag if the HID path exist */
{ "battery.charger.mode.status", 0, 0, "UPS.BatterySystem.Charger.Mode", NULL, "%.0f", HU_FLAG_QUICK_POLL, eaton_abm_enabled_mode_info },
/* Not published, just to store in internal var. abm_charger_table_status, ABM charger table flag if the path exist */
/* Not published, just to store in internal var. abm_charger_table_status, ABM charger table flag if the HID path exist */
{ "battery.charger.type.status", 0, 0, "UPS.BatterySystem.Charger.Status", NULL, "%.0f", HU_FLAG_QUICK_POLL, eaton_abm_enabled_status_info },
/* Same as the one above, but for legacy units */
/* Refer to Note 1 (This point will need more clarification!)
Expand Down

0 comments on commit ebc0ff4

Please sign in to comment.