From 633c0b709aa33c805a8de68ed809a8f4ad739916 Mon Sep 17 00:00:00 2001 From: DaRK AnGeL <28630321+masterwishx@users.noreply.github.com> Date: Fri, 4 Oct 2024 16:53:24 +0300 Subject: [PATCH] change back to ecomode Signed-off-by: DaRK AnGeL <28630321+masterwishx@users.noreply.github.com> --- drivers/usbhid-ups.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/usbhid-ups.c b/drivers/usbhid-ups.c index 7ce80cb0b9..0966543599 100644 --- a/drivers/usbhid-ups.c +++ b/drivers/usbhid-ups.c @@ -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) }, @@ -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 } };