search for: status_online

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

Did you mean: status_line
2007 Aug 07
0
"ups.status" -> "ups.alarm"
The list of status bits we're seeing has increased over the years. Currently for instance, the usbhid-ups driver has defined no less than 20 status bits (and I intend to add two more in the next couple of days, FRANGE and FANFAIL): #define STATUS_ONLINE 0x00001 /* on line */ #define STATUS_DISCHRG 0x00002 /* discharging */ #define STATUS_CHRG 0x00004 /* charging */ #define STATUS_LOWBATT 0x00008 /* low battery */ #define STATUS_OVERLOAD 0x00010 /* overload */ #define STATUS_REPLACEBATT 0x00020 /* replace batt...