Displaying 6 results from an estimated 6 matches for "789abcefgklmnopqrsuvwxyz".
2006 Nov 25
2
patch for old APC Smart-UPS 600
...h
@@ -254,6 +254,10 @@
/* APC600 */
{ "6QD", "79ABCDEFGKLMNOPQRSUVWXYZcefgjklmnopqrsuxz", 0 },
{ "6TI", "79ABCDEFGKLMNOPQRSUVWXYZcefgjklmnopqrsuxz", 0 },
+ /* Smart-UPS 600 */
+ { "D6", "789ABCEFGKLMNOPQRSUVWXYZ", 0 },
+ { "D5", "789ABCEFGKLMNOPQRSUVWXYZ", 0 },
+ { "D4", "789ABCEFGKLMNOPQRSUVWXYZ", 0 },
/* CS 350 */
{ "5.4.D", "\1ABPQRSUYbdfgjmnx9", 0 },
I understand that it is a clumsy way...
2007 Jul 31
1
Proposed apcsmart driver patch
...rt-UPS");
- }
- else return 0;
+ else
+ return 0;
}
upsdebugx(2, "Firmware: [%s]", buf);
--- drivers/apcsmart.h~ 2006-11-24 23:57:56.000000000 -0800
+++ drivers/apcsmart.h 2007-07-27 12:51:30.000000000 -0700
@@ -260,6 +260,8 @@ struct {
{ "D6", "789ABCEFGKLMNOPQRSUVWXYZ", 0 },
{ "D5", "789ABCEFGKLMNOPQRSUVWXYZ", 0 },
{ "D4", "789ABCEFGKLMNOPQRSUVWXYZ", 0 },
+ /* SmartUPS 1250. */
+ { "8QD", "79ABCDEFGKLMNOPQRSUVWXYZcefgjklmnopqrsuxz", 0 },
{ NULL, NULL, 0 },
};
2009 May 04
1
Patches for NUT 2.2.2: APC SmartUPS-900
...upsdebugx(1, "Found Smart-UPS");
> >>
> - --- nut-2.2.2/drivers/apcsmart.h 2007-12-12 13:34:51.000000000
> -0700
> +++ nut-2.2.2-r1/drivers/apcsmart.h 2008-12-06 03:00:48.000000000 -0700
> @@ -261,6 +261,8 @@
> { "D6", "789ABCEFGKLMNOPQRSUVWXYZ", 0 },
> { "D5", "789ABCEFGKLMNOPQRSUVWXYZ", 0 },
> { "D4", "789ABCEFGKLMNOPQRSUVWXYZ", 0 },
> + /* SmartUPS 900 */
> + { "7TD", "79ABCDEFGKLMNOPQRSUVWXYZcefgjklmnopqrsuxz", 0...
2011 Jan 25
1
[RFC] Updates to ACP smart driver
This patch introduces a handful of new options, I mentioned earlier in:
http://www.mail-archive.com/nut-upsdev at lists.alioth.debian.org/msg02088.html
See the large commit message in the follow-up for the details and rationale.
I realize it's a bit larger diff - so if it's required I can split it into few
smaller ones.
Michal Soltys (1):
APC smart driver update and new features.
2011 Feb 07
4
[PATCH/RFC v2 0/3] Updates to ACP smart driver
This is 2nd version of the earlier patch featuring a few new features
and fixes to the apcsmart driver, following the remarks in:
http://www.mail-archive.com/nut-upsdev at lists.alioth.debian.org/msg02294.html
Major changes from v1:
- handle battery.charge and battery.runtime checks at main.c level
- handle "immutable but writable" conflict gracefully at driver level
-
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