diff options
author | Mike Fiore <mfiore@multitech.com> | 2013-04-24 11:48:14 -0500 |
---|---|---|
committer | Mike Fiore <mfiore@multitech.com> | 2013-04-24 11:48:14 -0500 |
commit | 0c85da2530fce24dc3f261a92af66bbd611b6bcb (patch) | |
tree | 8da2a89161e14ea7dfc24199715e04c3b4865372 /io-tool/mts-io-sysfs | |
parent | 445c064b54b24e09ef7c22bb18a915b7c780e64b (diff) | |
download | cdp-io-controller-0c85da2530fce24dc3f261a92af66bbd611b6bcb.tar.gz cdp-io-controller-0c85da2530fce24dc3f261a92af66bbd611b6bcb.tar.bz2 cdp-io-controller-0c85da2530fce24dc3f261a92af66bbd611b6bcb.zip |
product info: update sysfs script
Diffstat (limited to 'io-tool/mts-io-sysfs')
-rwxr-xr-x | io-tool/mts-io-sysfs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/io-tool/mts-io-sysfs b/io-tool/mts-io-sysfs index 8161888..22d0be6 100755 --- a/io-tool/mts-io-sysfs +++ b/io-tool/mts-io-sysfs @@ -101,6 +101,18 @@ usage() { do FILENAME=${f##*/} case $FILENAME in + #mac addresses are read-only + mac-* ) + ;; + #product-id, device-id, vendor-id are all read-only + *-id ) + ;; + #hw-version is read-only + hw-version ) + ;; + #imei is read-only + imei ) + ;; modalias ) ;; power ) |