Displaying 3 results from an estimated 3 matches for "compat_tab".
2011 Feb 19
0
[PATCH] add support for more Matrix-UPS revisions
...R. Anderson <cra at wpi.edu>
diff -up nut-2.6.0/drivers/apcsmart.h.compat nut-2.6.0/drivers/apcsmart.h
--- nut-2.6.0/drivers/apcsmart.h.compat 2010-12-24 08:24:29.000000000 -0500
+++ nut-2.6.0/drivers/apcsmart.h 2011-01-30 01:20:05.962757040 -0500
@@ -255,6 +255,8 @@ struct {
int flags;
} compat_tab[] = {
/* APC Matrix */
+ { "0XI", "789ABCDEFGKLMNOPQRSTUVWXYZcefgjklmnopqrsuwxz/<>\\^\014\026", 0 },
+ { "0XM", "789ABCDEFGKLMNOPQRSTUVWXYZcefgjklmnopqrsuwxz/<>\\^\014\026", 0 },
{ "0ZI", "79ABCDEFGKLMNOPQRSUVWXYZcefgjklmnopqrsu...
2006 Nov 25
2
patch for old APC Smart-UPS 600
Hi there,
I am using an old (really old) APC Smart-UPS 600. It worked fine
under apcupsd but when I tried NUT it did not work.
The error I was getting was:
sudo /lib/nut/apcsmart -DDD /dev/ttyS1
Network UPS Tools (version 2.0.4) - APC Smart protocol driver
Driver version 1.99.8, command table version 2.0
debug level is '3'
Attempting firmware lookup
Firmware: [D4]
Not found in
2011 Mar 05
19
[RFC apcsmart V3 00/18] apcsmart driver updates
Sorry for a bit longer delay than I anticipated, I was stuffed with the work.
This is the next iteration of the patch adding some functionality to apcsmart
driver, and relying on 'ignorelb' recently added.
Follow up from previous thread:
http://www.mail-archive.com/nut-upsdev at lists.alioth.debian.org/msg02331.html
Main differences is that V3 is split into many small patches, so the