#config driver_global 'driver_global'
# option driverpath /usr/libexec/nut # compile-time default
-#config driver 'upsname'
-# option driver usbhid-ups # example
-# option port auto # example
-# option enable_usb_serial 0 # example
-#
# ### NOTE ###
# For USB UPSes it is necessary to properly configure
# productid and vendorid (and serial number if you have
# nut_server so that the hotplug script can give NUT
# permissions to access the UPS device(s)
+# example USB UPS configuration
+# config driver 'upsname'
+# option driver usbhid-ups
+# option port auto
+# option productid 12ab # USB 4-digit hex productId
+# option vendorid 34cd # USB 4-digit hex vendorId
+
+# Configuration for UPS connected to serial-USB
+# option enable_usb_serial 0
+
+
#config user
# option username upsuser
# option password upspassword