Skip to content

Commit 528ae34

Browse files
committed
drivers/mge-hid.c, NEWS.adoc: bump DRIVER_VERSION and update news about CHRG status suppression [#3518, #3519]
Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
1 parent 0d9ce77 commit 528ae34

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

NEWS.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ https://github.com/networkupstools/nut/milestone/13
117117
Phoenixtec vendor ID (`0x06da`) is gated by device strings so the other
118118
devices on that ID still fall through to `liebert-hid` / `mge-hid`.
119119
[issue #3501, PR #3502]
120+
* `mge-hid` subdriver updated to suppress `CHRG` status on constant-charge
121+
mode devices when battery is fully charged. [issue #3518, PR #3519]
120122

121123
- `snmp-ups` driver updates:
122124
* Extended the XPPC-MIB subdriver (enterprise 935) to expose

drivers/mge-hid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# endif
5353
#endif /* WIN32 */
5454

55-
#define MGE_HID_VERSION "MGE HID 1.58"
55+
#define MGE_HID_VERSION "MGE HID 1.59"
5656

5757
/* (prev. MGE Office Protection Systems, prev. MGE UPS SYSTEMS) */
5858
/* Eaton */

0 commit comments

Comments
 (0)