diff options
author | Anthony Somerset <anthony@somersettechsolutions.co.uk> | 2013-10-26 16:42:03 +0200 |
---|---|---|
committer | Anthony Somerset <anthony@somersettechsolutions.co.uk> | 2013-10-26 16:42:03 +0200 |
commit | 43b5b9871d3a67d84a76fe4a0a1471dff29b440f (patch) | |
tree | 065eeaecae26417edd6b6558f7b723f94b51efe9 | |
parent | 939c9a2b93a9bffa2bff95641740c666caec8e80 (diff) | |
download | pfsense-packages-43b5b9871d3a67d84a76fe4a0a1471dff29b440f.tar.gz pfsense-packages-43b5b9871d3a67d84a76fe4a0a1471dff29b440f.tar.bz2 pfsense-packages-43b5b9871d3a67d84a76fe4a0a1471dff29b440f.zip |
adding generic USB UPS support via blazer_usb module that is supported and working - eg ProLink
-rw-r--r-- | config/nut/nut.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/nut/nut.xml b/config/nut/nut.xml index 4a9c3d46..fcfbdfe6 100644 --- a/config/nut/nut.xml +++ b/config/nut/nut.xml @@ -299,6 +299,10 @@ <value>upscode204</value> </option> <option> + <name>Generic USB UPS (Blazer)</name> + <value>blazer_usb01</value> + </option> + <option> <name>Inform GUARD Line Interactive</name> <value>powercom00</value> </option> @@ -653,4 +657,4 @@ <custom_php_deinstall_command> deinstall_package_nut(); </custom_php_deinstall_command> -</packagegui>
\ No newline at end of file +</packagegui> |