Displaying 3 results from an estimated 3 matches for "cmd_ign_char".
Did you mean:
cmd_ign_chars
2009 Jul 09
1
apcsmart and dual environmental sensors
...T' },
{ "ambient.temperature.alarm.maximum",
APC_F_CELSIUS, '[' },
{ "ambient.temperature.alarm.minimum",
@@ -241,7 +245,7 @@
};
/* things to ignore in protocol_verify - useless variables, etc. */
-#define CMD_IGN_CHARS "\032-78 at .,~\047\177QHRTYayz)1IJ"
+#define CMD_IGN_CHARS "\032-78 at .,~\047\177QRYayz)1IJ"
/* compatibility with hardware that doesn't do APC_CMDSET ('a') */
________________________________
Steffen Plotner
Systems Administrator/Programmer
Systems & N...
2011 Mar 05
19
[RFC apcsmart V3 00/18] apcsmart driver updates
...ivers/apcsmart.c: add sdcmd_*() sdok()
drivers/apcsmart.c: add upsdrv_shutdown_advanced() and upsdrv_shutdown_simple()
drivers/apcsmart.c: adjust upsdrv_shutdown()
drivers/apcsmart.c: update in-driver help information
drivers/apcsmart.c: update version and authors
drivers/apcsmart: remove CMD_IGN_CHARS
drivers/apcsmart.c: don't overuse UPSDELAY
drivers/apcsmart.c: add ser_flush_in() in setver_enum() and do_cmd()
drivers/apcsmart: use STAT_INSTCMD_{HANDLED,FAILED} for sdcmd_*()
drivers/apcsmart.c | 588 ++++++++++++++++++++++++++++++++++++++++------------
drivers/apcsmart.h | 82 ++...
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
-