Imported Upstream version 2.7.3

This commit is contained in:
Arnaud Quette 2015-04-30 15:53:36 +02:00
parent a356b56d11
commit fd413a3168
283 changed files with 14978 additions and 6511 deletions

View file

@ -31,8 +31,9 @@ At the present time, usbhid-ups supports:
- all Dell USB models,
- some APC models,
- some Belkin models,
- some Cyber Power Systems models.
- some TrippLite models
- some Cyber Power Systems models,
- some Powercom models,
- some TrippLite models.
For a more complete list, refer to the NUT hardware compatibility list,
available in the source distribution as data/drivers.list, or on the
@ -120,6 +121,14 @@ With this option, the driver activates a tweak to workaround buggy firmware
returning invalid HID report length. Some APC Back-UPS units are known to have
this bug.
*interruptonly*::
If this flag is set, the driver will not poll UPS. This also implies using of
INPUT flagged objects. Some Powercom units need this option.
*interruptsize*='num'::
Limit the number of bytes to read from interrupt pipe. For some Powercom units
this option should be equal to 8.
INSTALLATION
------------