Skip to content

Commit

Permalink
Added support for APC Galaxy 5500 UPS
Browse files Browse the repository at this point in the history
Signed-off-by: mjastrzebski <jasmati09@gmail.com>
  • Loading branch information
mateusz-jastrzebski committed Dec 20, 2023
1 parent ec3df0e commit 73b1c2e
Show file tree
Hide file tree
Showing 4 changed files with 333 additions and 12 deletions.
4 changes: 2 additions & 2 deletions drivers/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ mge_shut_LDADD = $(LDADD) -lm
# Please keep the MIB table below sorted roughly alphabetically (incidentally
# by vendor too) to ease maintenance and codebase fork resynchronisations
snmp_ups_SOURCES = snmp-ups.c snmp-ups-helpers.c \
apc-mib.c apc-pdu-mib.c apc-epdu-mib.c \
apc-mib.c apcgalaxy5500-mib.c apc-pdu-mib.c apc-epdu-mib.c \
baytech-mib.c bestpower-mib.c \
compaq-mib.c cyberpower-mib.c \
delta_ups-mib.c \
Expand Down Expand Up @@ -343,7 +343,7 @@ nutdrv_qx_SOURCES += $(NUTDRV_QX_SUBDRIVERS)
# tracking (which is automatic), but to ensure these files are
# distributed by "make dist".

dist_noinst_HEADERS = apc-mib.h apc-iem-mib.h apc-hid.h arduino-hid.h baytech-mib.h bcmxcp.h bcmxcp_ser.h \
dist_noinst_HEADERS = apc-mib.h apcgalaxy5500-mib.h apc-iem-mib.h apc-hid.h arduino-hid.h baytech-mib.h bcmxcp.h bcmxcp_ser.h \
bcmxcp_io.h belkin.h belkin-hid.h bestpower-mib.h blazer.h cps-hid.h dstate.h \
dummy-ups.h explore-hid.h gamatronic.h genericups.h \
generic_gpio_common.h generic_gpio_libgpiod.h \
Expand Down
Loading

0 comments on commit 73b1c2e

Please sign in to comment.