Skip to content

Commit

Permalink
change back to ecomode
Browse files Browse the repository at this point in the history
Signed-off-by: DaRK AnGeL <[email protected]>
  • Loading branch information
masterwishx committed Oct 4, 2024
1 parent 06f0f25 commit 633c0b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/usbhid-ups.c
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ static status_lkp_t status_info[] = {
{ "boost", STATUS(BOOST) },
{ "bypassauto", STATUS(BYPASSAUTO) },
{ "bypassman", STATUS(BYPASSMAN) },
{ "high-efficiency", STATUS(ECOMODE) },
{ "ecomode", STATUS(ECOMODE) },
{ "off", STATUS(OFF) },
{ "cal", STATUS(CALIB) },
{ "overheat", STATUS(OVERHEAT) },
Expand Down Expand Up @@ -374,7 +374,7 @@ info_lkp_t bypass_manual_info[] = {
};
info_lkp_t eco_mode_info[] = {
{ 0, "normal", NULL, NULL },
{ 1, "high-efficiency", NULL, NULL },
{ 1, "ecomode", NULL, NULL },
{ 2, "ESS", NULL, NULL }, /* makes sense for UPS that implements this mode */
{ 0, NULL, NULL, NULL }
};
Expand Down

0 comments on commit 633c0b7

Please sign in to comment.