2596ff8b6d
preserve my changes to the fentonups driver, allowing the detection logic to be bypassed and a model to be forced - for UPSes that do implement the protocol except the identification command, which seems to be somewhat common the Xanto S3000R thing here behaves like that, and support for it is added ok mbalmer
13 lines
477 B
Plaintext
13 lines
477 B
Plaintext
$OpenBSD: patch-drivers_fentonups_h,v 1.2 2006/05/03 17:32:09 henning Exp $
|
|
--- drivers/fentonups.h.orig Wed Jul 20 12:45:41 2005
|
|
+++ drivers/fentonups.h Mon May 1 17:44:54 2006
|
|
@@ -106,5 +106,8 @@ struct {
|
|
{ "UNITEK Alph1000iS A0", "Unitek", "Alpha 1000is",
|
|
9.6, 2.4, 9.6, 2.4, 158, 172, 288, 290, 0 },
|
|
|
|
+ { "XS3000R", "Online", "Xanto S3000R",
|
|
+ 1.81, 0.44, 1.81, 0.44, 165, 200, 240, 275, 1 },
|
|
+
|
|
{ NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 0 }
|
|
};
|