Displaying 2 results from an estimated 2 matches for "upsread".
Did you mean:
up_read
2011 Mar 12
2
[RFC/PREVIEW] Move apcsmart driver to canonical processing + minor stuff
Inital tests with two apc units (2005 and pre-2000) seem to go well. See commit
message for details. I'll add more detailed rationale after getting some sleep :)
Michal Soltys (1):
apcsmart: switch processing to ICANON + minor fixes
drivers/apcsmart.c | 270 +++++++++++++++++++++++++++++++++++-----------------
drivers/apcsmart.h | 127 ++++++++++++++++---------
2 files changed, 267
2011 May 27
0
quick update
...changes
> apcsmart: enable icanon
> apcsmart: handle 1:n vars (nut:apc) variables, so we don't need tricks such
> as ups.firmware.old
> apcsmart: reintroduce ignored set in protocol_verify() for not exposed
> cmds/vars (=> a bit more quiet logs)
> apcsmart: introduce icanon upsread() and upsflush() (functions will be used
> after 'icanon' commit)
> apcsmart: add quick reference about alerts and to-be-removed defines.
> Introduce SER_* defines what will be used in new functions.
> apcsmart: add command '@' to compatibility tables.
> apcsmart: tri...