[Nut-upsuser] Re: your Tripp-Lite AVR550U

Peter Selinger selinger at mathstat.dal.ca
Sat May 13 01:57:02 UTC 2006


Peter Selinger wrote:
> 
> In case you feel like experimenting with this, I am attaching a patch

Oops, here is the patch:

Index: drivers/tripplite-hid.c
===================================================================
--- drivers/tripplite-hid.c	(revision 426)
+++ drivers/tripplite-hid.c	(working copy)
@@ -202,6 +202,9 @@
 		if (hd->ProductID == TRIPPLITE_HID_PRODUCTID) {
 			return 1;
 		}
+		if (hd->ProductID == 0x1003) {
+         return 1;
+      }
 
 		upsdebugx(1, 
 "This particular Tripp Lite device (%04x/%04x) is not (or perhaps not\n"



More information about the Nut-upsuser mailing list