search for: has_temp

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

Did you mean: has_mp
2006 Jul 24
2
fentonups driver patch for Effekta MHD3000 UPS
..._in(upsfd, "", 0); + } + /* handle devices which don't give a properly formatted I string */ static int check_mtab2(const char *raw) { *************** *** 54,59 **** --- 68,74 ---- chrglow = mtab2[i].chrglow; chrgrange = mtab2[i].chrgrange; cap_upstemp = mtab2[i].has_temp; + is_online = mtab2[i].is_online; dstate_setinfo("input.transfer.low", "%d", mtab2[i].lowxfer); *************** *** 121,126 **** --- 136,143 ---- int ret; if (!strcasecmp(cmdname, "test.battery.start")) { + sendcr_and_clear_buf(); + re...