diff options
author | Mike Fiore <mfiore@multitech.com> | 2014-10-13 11:54:44 -0500 |
---|---|---|
committer | Mike Fiore <mfiore@multitech.com> | 2014-10-13 11:54:44 -0500 |
commit | 580677dea4b14e359f2c0622e4340da0cee761c0 (patch) | |
tree | 286383808ecc2e94464fd1c9756d58e26b7dc30e /io-tool | |
parent | 3dc67dd080a76b6d7a8ed1a60cd7bee073a23ab5 (diff) | |
download | mts-io-580677dea4b14e359f2c0622e4340da0cee761c0.tar.gz mts-io-580677dea4b14e359f2c0622e4340da0cee761c0.tar.bz2 mts-io-580677dea4b14e359f2c0622e4340da0cee761c0.zip |
mts-io: add configurable reset-monitor-intervals
add to mtr2d2 attribute list
update sysfs script to correctly show options for reset-monitor-intervals
Diffstat (limited to 'io-tool')
-rwxr-xr-x | io-tool/mts-io-sysfs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/io-tool/mts-io-sysfs b/io-tool/mts-io-sysfs index 3ecb100..7ec8da0 100755 --- a/io-tool/mts-io-sysfs +++ b/io-tool/mts-io-sysfs @@ -143,6 +143,8 @@ usage() { printf " $FILENAME { 0 }\n" >&${out} ;; reset-monitor ) printf " $FILENAME { pid short-signal long-signal [extra-long-signal] }\n" >&${out} ;; + reset-monitor-intervals ) + printf " $FILENAME { short-interval long-interval }\n" >&${out} ;; *serial-mode ) printf " $FILENAME { loopback | rs232 | rs485-half | rs422-485-full }\n" >&${out} ;; * ) |