search for: 6ti

Displaying 10 results from an estimated 10 matches for "6ti".

Did you mean: 6th
2007 Dec 12
1
[PATCH]Support full capabilities on older Smart-UPS 600
...536,7 +536,8 @@ /* found one, force the model information */ if (!strcmp(buf, "6QD") || /* (APC600.) */ !strcmp(buf, "8QD") || /* (SmartUPS 1250, vintage 07/94.) */ - !strcmp(buf, "6TI")) { /* (APC600.) */ + !strcmp(buf, "6TI") || /* (APC600.) */ + !strcmp(buf, "6QI")) { /* (APC600.) */ upsdebugx(1, "Found Smart-UPS"); dstate_setinfo(&quot...
2007 Jul 31
1
Proposed apcsmart driver patch
...532,15 +532,14 @@ SER_WAIT_SEC, SER_WAIT_USEC); /* found one, force the model information */ - if (!strcmp(buf, "6QD")) { + if(!strcmp(buf, "8QD") || /* (SmartUPS 1250, vintage 07/94.) */ + !strcmp(buf, "6QD") || /* (APC600.) */ + !strcmp(buf, "6TI")) { /* (APC600.) */ upsdebugx(1, "Found Smart-UPS"); dstate_setinfo("ups.model", "Smart-UPS"); } - else if (!strcmp(buf, "6TI")) { - upsdebugx(1, "Found Smart-UPS"); - dstate_setinfo("ups.model", "Smart-UPS&qu...
2006 Nov 25
2
patch for old APC Smart-UPS 600
...hese 3 strings at least. I came up with the following patch to apcsmart.h: --- nut-2.0.4.orig/drivers/apcsmart.h +++ nut-2.0.4/drivers/apcsmart.h @@ -254,6 +254,10 @@ /* APC600 */ { "6QD", "79ABCDEFGKLMNOPQRSUVWXYZcefgjklmnopqrsuxz", 0 }, { "6TI", "79ABCDEFGKLMNOPQRSUVWXYZcefgjklmnopqrsuxz", 0 }, + /* Smart-UPS 600 */ + { "D6", "789ABCEFGKLMNOPQRSUVWXYZ", 0 }, + { "D5", "789ABCEFGKLMNOPQRSUVWXYZ", 0 }, + { "D4", "789...
2009 May 04
1
Patches for NUT 2.2.2: APC SmartUPS-900
...t;) || /* (APC600.) */ > !strcmp(buf, "8QD") || /* (SmartUPS 1250, > vintage 07/94.) */ > + !strcmp(buf, "7TD") || /* (SmartUPS 900, > vintage 11/94.) */ > !strcmp(buf, "6TI") || /* (APC600.) */ > !strcmp(buf, "6QI")) { /* (APC600.) */ > upsdebugx(1, "Found Smart-UPS"); > >> > - --- nut-2.2.2/drivers/apcsmart.h 2007-12-12 13:34:51.000000000 > -0700 > +++ nut-2.2....
2009 Feb 27
0
support for APC Matrix 5000, vintage 12/00 (was: NUT apcsmart driver - firmware addition)
...rt.c > --- apcsmart.c.orig Tue Feb 24 14:00:34 2009 > +++ apcsmart.c Tue Feb 24 14:01:04 2009 > @@ -564,6 +564,7 @@ > !strcmp(buf, "8TI") || /* (SmartUPS 1250, > vintage 08/24/95.) */ > !strcmp(buf, "6TI") || /* (APC600.) */ > !strcmp(buf, "6QI") || /* (APC600.) */ > + !strcmp(buf, "5ZM") || /* (APC Matrix > 5000, vintage 12/00.) */ > !strcmp(buf, "0ZI") || /* (...
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
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...=IQTp2lTQ;>;dBfKfz^egJ(z=X_`>fwDk9~}Ps;NycyRpXs z=nu*P_Y5KBW+7H at H(p_uNca<4T3X!ApK$=-4m-due=IX>p0iGv%K!D7bDM{E?L_?Q z=A*Lcuk)vGFScgIpU?PE{Ne&G{|w^oP*JAEI?4)v-X{L`jc^Qvco)FjegD|xxBcY3 zt8&?eZ&&c5O>a;v;LbS0x?NgSpVkdE4Er#^YiLB<r`3>a$T2O!S6_=h7S4A#MUxEi zM+JvhM@#D)6TI(>9OXP(#NJIv%A_m?5~9v(^X`+Xl_8^@<wm7}SiC at w@ty2ZJXb%0 zzW%Pb%!Sz39-x9AfcxmFBKvVXs2Fxyo6q!GD at dj%cUW5yfbjiQH{#Y^n{cZ?s#M|O z4?Y%urA8k8N3;h4(D8z1zO42**%MzZ$cg+SK36#3?v$}RflkVg?f+&N`A5hx<$6NH zbm#wafTK}fSYBL+F+Uc5uJy=2?P#}oJca^%OfZ*qjLjA_TZ~MAG8VyAO at 4XZka?f8 znYmo-78YE3;=MrBBSB=`c4B...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking