search for: impmodels

Displaying 1 result from an estimated 1 matches for "impmodels".

Did you mean: appmodels
2010 Jul 02
0
Powercom driver patch
...0000, 0.0000 }, + { 1.0000, 0.0000, 0.0000, 1.0000, 0.0000 }, + { 2.0000, 0.0000, 2.0000, 0.0000 }, }, { "KIN", @@ -857,14 +861,14 @@ if (raw_data[UPSVERSION]==0xFF){ types[type].name="IMP"; model=IMPmodels[raw_data[MODELNUMBER]/16]; - } + } else if (raw_data[MODELNAME]==0x42){ if (!strcmp(types[type].name, "BNT-other")) types[type].name="BNT-other"; else types[type].name="BNT"; model=BNTmodels[raw_data[MODELNUMBER]/16]; - } + } else if (ra...