diff options
author | Jesse Gilles <jgilles@multitech.com> | 2013-02-28 16:26:43 -0600 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2013-02-28 16:26:43 -0600 |
commit | 4c3ee8ef4c442a4946e726fc0b221874f20da263 (patch) | |
tree | 145b2c748f4b8675d85a2e970b875d2bc6b974c2 /io-tool | |
parent | 179f87cf87c48e82f7e74b747fd9acbf9c1f8d3a (diff) | |
download | mts-io-4c3ee8ef4c442a4946e726fc0b221874f20da263.tar.gz mts-io-4c3ee8ef4c442a4946e726fc0b221874f20da263.tar.bz2 mts-io-4c3ee8ef4c442a4946e726fc0b221874f20da263.zip |
more code clean up, rename platform to "mts-io", add mtocgd3 hardware
* add active_low to gpio struct, remove inverted gpio funcs
* rename platform to "mts-io", add symlink to "mtcdp" for compatbility
* add MTOCGD3 hardware
Diffstat (limited to 'io-tool')
-rw-r--r-- | io-tool/mts-io-sysfs-inc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io-tool/mts-io-sysfs-inc.sh b/io-tool/mts-io-sysfs-inc.sh index c4a48db..af94a7a 100644 --- a/io-tool/mts-io-sysfs-inc.sh +++ b/io-tool/mts-io-sysfs-inc.sh @@ -23,7 +23,7 @@ VERBOSE=false -PLATFORM_NAME=mtcdp +PLATFORM_NAME=mts-io SYSFS_PLATFORM_DIR=/sys/devices/platform/${PLATFORM_NAME} MTS_IO_CONTROLS_STATUS_LED=false |